We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93d1617 + f944d7b commit 27eb67aCopy full SHA for 27eb67a
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
# criu repo
56
REPO=${PREFIX}_$(echo ${{ matrix.os }} | sed 's/.*-//')
57
- 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
58
echo "deb $REPO/ /" | sudo tee /etc/apt/sources.list.d/criu.list
59
sudo apt update
60
sudo apt install libseccomp-dev criu sshfs
0 commit comments