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:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user