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 7788efa commit 63286ffCopy full SHA for 63286ff
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install DBus
32
run: |
33
- echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list
+ echo "deb http://deb.debian.org/debian unstable main" | tee -a /etc/apt/sources.list
34
printf "Package: *\nPin: release a=bullseye\nPin-Priority: 700\n\nPackage: *\nPin: release a=unstable\nPin-Priority: 600\n" | tee -a /etc/apt/preferences
35
apt-get update
36
apt-get -t unstable install -y libdbus-1-dev ninja-build
0 commit comments