mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
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
This commit is contained in:
parent
47cf257c40
commit
e108954633
7 changed files with 33 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue