Skip to content

Commit 63286ff

Browse files
committed
ci: change testing to unstable
1 parent 7788efa commit 63286ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Install DBus
3232
run: |
33-
echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list
33+
echo "deb http://deb.debian.org/debian unstable main" | tee -a /etc/apt/sources.list
3434
printf "Package: *\nPin: release a=bullseye\nPin-Priority: 700\n\nPackage: *\nPin: release a=unstable\nPin-Priority: 600\n" | tee -a /etc/apt/preferences
3535
apt-get update
3636
apt-get -t unstable install -y libdbus-1-dev ninja-build

0 commit comments

Comments
 (0)