Skip to content

Commit

Permalink
merge #4081 into opencontainers/runc:release-1.1
Browse files Browse the repository at this point in the history
Kir Kolyshkin (1):
  ci/gha: fix downloading Release.key

LGTMs: lifubang cyphar
  • Loading branch information
cyphar committed Oct 20, 2023
2 parents 42acc58 + 1f66027 commit 5ba0e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
REPO: https://download.opensuse.org/repositories/devel:/tools:/criu/xUbuntu_20.04
run: |
# criu repo
curl -fSsl $REPO/Release.key | sudo apt-key add -
curl -fSsLl $REPO/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_tools_criu.gpg > /dev/null
echo "deb $REPO/ /" | sudo tee /etc/apt/sources.list.d/criu.list
sudo apt update
sudo apt install libseccomp-dev criu sshfs
Expand Down

0 comments on commit 5ba0e01

Please sign in to comment.