diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-03-11 23:11:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 08:11:35 +0100 |
commit | 97825805e047ae02003dfd2ed4c0bb3d0d9dc29a (patch) | |
tree | 11d7ec10f7c7f158ca5d79f4153bc84cad443778 /azure-pipelines.yml | |
parent | 3d198fdcc237aa3927ad5c3b934688de24499b03 (diff) | |
download | Nim-97825805e047ae02003dfd2ed4c0bb3d0d9dc29a.tar.gz |
fix #17343 (#17344)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b64f813b2..9006cf6e5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,7 +88,8 @@ jobs: Pin-Priority: 1001 EOF - echo_run sudo apt-fast update -qq + # echo_run sudo apt-fast update -qq + echo_run sudo apt-fast update -qq || echo "failed, see bug #17343" # `:i386` (e.g. in `libffi-dev:i386`) is needed otherwise you may get: # `could not load: libffi.so` during dynamic loading. DEBIAN_FRONTEND='noninteractive' \ |