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 57d1c30 + 8e3ee50 commit 8ba0a16Copy full SHA for 8ba0a16
.github/workflows/test.yml
@@ -192,8 +192,8 @@ jobs:
192
- name: install deps
193
run: |
194
sudo dpkg --add-architecture i386
195
- # add criu repo
196
- sudo add-apt-repository -y ppa:criu/ppa
+ # Add criu repo. The web server returns gateway timeout, thus the retry.
+ sudo add-apt-repository -y ppa:criu/ppa || sudo add-apt-repository -y ppa:criu/ppa
197
# apt-add-repository runs apt update so we don't have to.
198
199
sudo apt -qy install libseccomp-dev libseccomp-dev:i386 gcc-multilib libgcc-s1:i386 criu
0 commit comments