1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Switch to LLVM-based MinGW toolchain (#14329)

This commit is contained in:
sfan5 2024-02-16 21:36:19 +01:00 committed by GitHub
parent 8c3a6a819e
commit f483d10c95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 110 additions and 147 deletions

View file

@ -36,7 +36,7 @@ jobs:
- name: Install compiler
run: |
sudo apt-get update && sudo apt-get install -y gettext
sudo ./util/buildbot/download_toolchain.sh i686 /usr
sudo ./util/buildbot/download_toolchain.sh /usr
- name: Build
run: |
@ -56,7 +56,7 @@ jobs:
- name: Install compiler
run: |
sudo apt-get update && sudo apt-get install -y gettext
sudo ./util/buildbot/download_toolchain.sh x86_64 /usr
sudo ./util/buildbot/download_toolchain.sh /usr
- name: Build
run: |