mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
merge #4079 into opencontainers/runc:main
Kir Kolyshkin (1): ci/gha: fix downloading Release.key LGTMs: lifubang cyphar
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
run: |
|
||||
# criu repo
|
||||
REPO=${PREFIX}_$(echo ${{ matrix.os }} | sed 's/.*-//')
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user