Skip to content

Commit 7788efa

Browse files
committed
ci: change echo to printf
1 parent ea80cc5 commit 7788efa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ jobs:
3131
- name: Install DBus
3232
run: |
3333
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
37-
38-
Package: *
39-
Pin: release a=unstable
40-
Pin-Priority: 600" | tee -a /etc/apt/preferences
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
4135
apt-get update
4236
apt-get -t unstable install -y libdbus-1-dev ninja-build
4337

0 commit comments

Comments
 (0)