1
0
mirror of synced 2024-11-23 22:51:02 +01:00
This commit is contained in:
BroGamer 2022-10-16 15:16:19 +13:00
parent 5e0f3fbeb4
commit 40dc8a9c9c

View File

@ -10,9 +10,7 @@ jobs:
with:
submodules: recursive
- name: Install depends
run: sudo apt-get install -y mingw-w64 clang
- name: Setup rust
run: rustup target add x86_64-pc-windows-gnu
run: sudo apt-get install -y mingw-w64 clang && rustup target add x86_64-pc-windows-gnu
- name: Make
run: make dist-no-7z -j
- uses: actions/upload-artifact@v2