aboutsummaryrefslogtreecommitdiff
path: root/util/ci/common.sh
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-05-01 14:44:48 +0200
committersfan5 <sfan5@live.de>2022-05-06 15:15:53 +0200
commite108954633df9e4b2e235dd8e16b64f846a2d251 (patch)
tree01bd7adef3cdecde9e728c302a545ef5ff78de68 /util/ci/common.sh
parent47cf257c4098f087d4dc46ac28ddb39141222b0c (diff)
downloadhax-minetest-server-e108954633df9e4b2e235dd8e16b64f846a2d251.tar.gz
hax-minetest-server-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/common.sh')
-rw-r--r--util/ci/common.sh3
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