Skip to content

Commit d793f56

Browse files
committed
ci: set dbus root
1 parent 63286ff commit d793f56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
container:
1818
image: ${{ matrix.image }}
1919
options: --user root
20+
env:
21+
DBus1_ROOT: /usr/lib/aarch64-linux-gnu/cmake
2022
steps:
2123
- name: Checkout repository
2224
uses: actions/checkout@v3
@@ -33,7 +35,7 @@ jobs:
3335
echo "deb http://deb.debian.org/debian unstable main" | tee -a /etc/apt/sources.list
3436
printf "Package: *\nPin: release a=bullseye\nPin-Priority: 700\n\nPackage: *\nPin: release a=unstable\nPin-Priority: 600\n" | tee -a /etc/apt/preferences
3537
apt-get update
36-
apt-get -t unstable install -y libdbus-1-dev ninja-build
38+
apt-get -t unstable install -y libdbus-1-3 libdbus-1-dev ninja-build
3739
3840
- name: Install Node.js
3941
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)