We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63286ff commit d793f56Copy full SHA for d793f56
.github/workflows/test.yml
@@ -17,6 +17,8 @@ jobs:
17
container:
18
image: ${{ matrix.image }}
19
options: --user root
20
+ env:
21
+ DBus1_ROOT: /usr/lib/aarch64-linux-gnu/cmake
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@v3
@@ -33,7 +35,7 @@ jobs:
33
35
echo "deb http://deb.debian.org/debian unstable main" | tee -a /etc/apt/sources.list
34
36
printf "Package: *\nPin: release a=bullseye\nPin-Priority: 700\n\nPackage: *\nPin: release a=unstable\nPin-Priority: 600\n" | tee -a /etc/apt/preferences
37
apt-get update
- 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
39
40
- name: Install Node.js
41
uses: actions/setup-node@v3
0 commit comments