1
0
mirror of synced 2024-11-23 22:51:02 +01:00

Github actions

This commit is contained in:
BroGamer 2022-10-16 15:09:19 +13:00
parent 220a177a4a
commit 3175f5d967

View File

@ -11,15 +11,10 @@ jobs:
submodules: recursive
- name: Install depends
run: sudo apt-get install -y mingw-w64 clang
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: x86_64-pc-windows-gnu
override: true
components: rust-src
- name: Setup rust
run: rustup target add x86_64-pc-windows-gnu
- name: Make
run: |
make dist-no-7z
run: make dist-no-7z
- uses: actions/upload-artifact@v2
with:
name: dist