]> git.lizzy.rs Git - minetest.git/blobdiff - util/ci/common.sh
Sort out some issues with our CI setup
[minetest.git] / util / ci / common.sh
index f9df54c4aba75e62808663fc6621032a19903fa3..2802a004ad493e3416b05e1697d0de310fbe7e07 100644 (file)
@@ -17,9 +17,6 @@ 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