1
0
mirror of synced 2024-11-28 01:10:55 +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: with:
submodules: recursive submodules: recursive
- name: Install depends - name: Install depends
run: sudo apt-get install -y mingw-w64 clang run: sudo apt-get install -y mingw-w64 clang && rustup target add x86_64-pc-windows-gnu
- name: Setup rust
run: rustup target add x86_64-pc-windows-gnu
- name: Make - name: Make
run: make dist-no-7z -j run: make dist-no-7z -j
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2