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 c265d4c + cd2bc31 commit a6efca3Copy full SHA for a6efca3
ci.sh
@@ -34,6 +34,9 @@ function do_deps() {
34
# We only run this when running on GitHub Actions
35
[[ -z ${GITHUB_ACTIONS:-} ]] && return 0
36
37
+ # Refresh mirrorlist to avoid dead mirrors
38
+ sudo apt-get update -y
39
+
40
sudo apt-get install -y --no-install-recommends \
41
bc \
42
bison \
0 commit comments