1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Hash-check buildbot dependencies

This commit is contained in:
sfan5
2023-12-13 00:19:11 +01:00
parent 62c6667b0b
commit c871b6dd4e
6 changed files with 70 additions and 28 deletions

View File

@@ -170,8 +170,7 @@ jobs:
- name: Install compiler
run: |
sudo apt-get update && sudo apt-get install -y gettext
wget http://minetest.kitsunemimi.pw/mingw-w64-i686_11.2.0_ubuntu20.04.tar.xz -O mingw.tar.xz
sudo tar -xaf mingw.tar.xz -C /usr
sudo ./util/buildbot/download_toolchain.sh i686 /usr
- name: Build
run: |
@@ -191,8 +190,7 @@ jobs:
- name: Install compiler
run: |
sudo apt-get update && sudo apt-get install -y gettext
wget http://minetest.kitsunemimi.pw/mingw-w64-x86_64_11.2.0_ubuntu20.04.tar.xz -O mingw.tar.xz
sudo tar -xaf mingw.tar.xz -C /usr
sudo ./util/buildbot/download_toolchain.sh x86_64 /usr
- name: Build
run: |