Hash-check windows CI dependencies

This commit is contained in:
sfan5
2023-12-13 12:05:49 +01:00
parent 16a99c2079
commit 9b52d6fb0d
4 changed files with 39 additions and 15 deletions

View File

@ -157,8 +157,7 @@ jobs:
- name: Install compiler
run: |
sudo apt-get update && sudo apt-get install cmake -qyy
wget http://minetest.kitsunemimi.pw/mingw-w64-${{matrix.config.arch}}_11.2.0_ubuntu20.04.tar.xz -O mingw.tar.xz
sudo tar -xaf mingw.tar.xz -C /usr
./scripts/ci-get-mingw.sh ${{matrix.config.arch}}
- name: Build
run: |