Skip to content

Commit ea80cc5

Browse files
committed
ci: add -y flag
1 parent 4b9b73b commit ea80cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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 unstable main" | tee -a /etc/apt/sources.list
33+
echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list
3434
echo "Package: *
3535
Pin: release a=bullseye
3636
Pin-Priority: 700
@@ -39,7 +39,7 @@ jobs:
3939
Pin: release a=unstable
4040
Pin-Priority: 600" | tee -a /etc/apt/preferences
4141
apt-get update
42-
apt-get -t unstable install libdbus-1-dev ninja-build
42+
apt-get -t unstable install -y libdbus-1-dev ninja-build
4343
4444
- name: Install Node.js
4545
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)