Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Apr 12, 2024
1 parent 764a782 commit fbeb731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: |
set -ex
cat << -EOF > /tmp/pref
Package: *
Pin: origin "packagecloud.io"
Pin-Priority: 999
Package: *
Pin: origin "packagecloud.io"
Pin-Priority: 999
EOF
sudo mv /tmp/pref /etc/apt/preferences.d/varnish
curl -s https://packagecloud.io/install/repositories/varnishcache/varnish${{ matrix.version }}/script.deb.sh | sudo bash
Expand Down

0 comments on commit fbeb731

Please sign in to comment.