Skip to content

Commit

Permalink
CI: add workaround to fix clang builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed May 17, 2021
1 parent b56a028 commit 4152227
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/ci/common.sh
Expand Up @@ -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
Expand Down

0 comments on commit 4152227

Please sign in to comment.