merge #4081 into opencontainers/runc:release-1.1

Kir Kolyshkin (1):
  ci/gha: fix downloading Release.key

LGTMs: lifubang cyphar
This commit is contained in:
Aleksa Sarai
2023-10-20 18:01:19 +11:00
+1 -1
View File
@@ -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