Skip to content

Commit 4152227

Browse files
committedMay 17, 2021
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
 

Diff for: ‎util/ci/common.sh

+3
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)
Please sign in to comment.