Thanks to visit codestin.com Credit goes to github.com
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 21f27f1 + eb7fd88 commit 540a328Copy full SHA for 540a328
.github/workflows/tests.yml
@@ -84,6 +84,7 @@ jobs:
84
run: |
85
case "${{ runner.os }}" in
86
Linux)
87
+ echo 'Acquire::Retries "3";' | sudo tee /etc/apt/apt.conf.d/80-retries
88
sudo apt-get update -yy
89
sudo apt-get install -yy \
90
ccache \
azure-pipelines.yml
@@ -90,6 +90,7 @@ stages:
set -e
91
case "$(python -c 'import sys; print(sys.platform)')" in
92
linux)
93
94
sudo apt update
95
sudo apt install \
96
cm-super \
0 commit comments