CI: add workaround to fix clang builds

see https://github.com/actions/virtual-environments/issues/3376
This commit is contained in:
sfan5 2021-05-17 16:55:55 +02:00
parent b56a028d6b
commit 4152227f17
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ install_linux_deps() {
sudo apt-get update
sudo apt-get install -y --no-install-recommends ${pkgs[@]} "$@"
# workaround for bug with Github Actions' ubuntu-18.04 image
sudo apt-get remove -y libgcc-11-dev gcc-11 || :
}
# Mac OSX build only