Skip to content

Commit

Permalink
CI: workaround failure to install libzmq3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed May 7, 2021
1 parent 12c3bac commit ed097a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
packages+=(gcc-multilib g++-multilib)
fi
sudo apt-get update
sudo apt-get remove libzmq5 || : # workaround https://github.com/actions/virtual-environments/issues/3317
sudo apt-get install "${packages[@]}"
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install gmp zlib
Expand Down

0 comments on commit ed097a2

Please sign in to comment.