Skip to content

Commit

Permalink
CI: remove redundant workaround
Browse files Browse the repository at this point in the history
The `ubuntu-18.04` was updated to version 20210510
which means the workaround is no longer needed.
  • Loading branch information
wilfwilson authored and fingolfin committed May 14, 2021
1 parent 977b868 commit 1dc1f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -199,7 +199,6 @@ 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 1dc1f81

Please sign in to comment.