Skip to content

Commit

Permalink
Uncoditionally install libzstd and libpolly
Browse files Browse the repository at this point in the history
This apt-get was incorrectly asking for confirmation.
  • Loading branch information
tari committed Dec 1, 2023
1 parent b50e30c commit c5632a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
# Workaround for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043101
- echo >> /etc/apt/sources.list
- ./llvm.sh 17
- apt-get install libpolly-17-dev libzstd-dev
- apt-get install -qq -y libpolly-17-dev libzstd-dev

test:
script:
Expand Down

0 comments on commit c5632a1

Please sign in to comment.