Skip to content

Commit

Permalink
Merge pull request cri-o#7412 from saschagrunert/ci
Browse files Browse the repository at this point in the history
Fix GitHub actions package setup
  • Loading branch information
openshift-ci[bot] authored Oct 20, 2023
2 parents 4452c75 + f99b937 commit 297d07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-actions-packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
. /etc/os-release
CRIU_REPO="https://download.opensuse.org/repositories/devel:/tools:/criu/xUbuntu_$VERSION_ID"

curl -fSsl $CRIU_REPO/Release.key | sudo apt-key add -
curl -fSsL $CRIU_REPO/Release.key | sudo apt-key add -
echo "deb $CRIU_REPO/ /" | sudo tee /etc/apt/sources.list.d/criu.list

sudo apt update
Expand Down

0 comments on commit 297d07c

Please sign in to comment.