mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
CI: add workaround to fix clang builds
see https://github.com/actions/virtual-environments/issues/3376
This commit is contained in:
parent
b56a028d6b
commit
4152227f17
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user