Skip to content

Commit 4152227

Browse files
committed
CI: add workaround to fix clang builds
see actions/runner-images#3376
1 parent b56a028 commit 4152227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/ci/common.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ install_linux_deps() {
1919

2020
sudo apt-get update
2121
sudo apt-get install -y --no-install-recommends ${pkgs[@]} "$@"
22+
23+
# workaround for bug with Github Actions' ubuntu-18.04 image
24+
sudo apt-get remove -y libgcc-11-dev gcc-11 || :
2225
}
2326

2427
# Mac OSX build only

0 commit comments

Comments
 (0)