diff options
author | sfan5 <sfan5@live.de> | 2022-05-01 14:44:48 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-05-06 15:15:53 +0200 |
commit | e108954633df9e4b2e235dd8e16b64f846a2d251 (patch) | |
tree | 01bd7adef3cdecde9e728c302a545ef5ff78de68 /util/ci | |
parent | 47cf257c4098f087d4dc46ac28ddb39141222b0c (diff) | |
download | minetest-e108954633df9e4b2e235dd8e16b64f846a2d251.tar.gz minetest-e108954633df9e4b2e235dd8e16b64f846a2d251.tar.bz2 minetest-e108954633df9e4b2e235dd8e16b64f846a2d251.zip |
Sort out some issues with our CI setup
* add missing apt-get update where needed
* move some jobs to run on ubuntu-20.04
* update actions plugins to latest
* speed up the job that runs multiplayer tests
Diffstat (limited to 'util/ci')
-rw-r--r-- | util/ci/common.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/ci/common.sh b/util/ci/common.sh index f9df54c4a..2802a004a 100644 --- a/util/ci/common.sh +++ b/util/ci/common.sh @@ -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 |