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 4b9b73b commit ea80cc5Copy full SHA for ea80cc5
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install DBus
32
run: |
33
- echo "deb http://deb.debian.org/debian unstable main" | tee -a /etc/apt/sources.list
+ echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list
34
echo "Package: *
35
Pin: release a=bullseye
36
Pin-Priority: 700
@@ -39,7 +39,7 @@ jobs:
39
Pin: release a=unstable
40
Pin-Priority: 600" | tee -a /etc/apt/preferences
41
apt-get update
42
- apt-get -t unstable install libdbus-1-dev ninja-build
+ apt-get -t unstable install -y libdbus-1-dev ninja-build
43
44
- name: Install Node.js
45
uses: actions/setup-node@v3
0 commit comments