1
0
mirror of synced 2024-11-27 17:00:53 +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 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
- uses: actions-rs/toolchain@v1 - name: Setup rust
with: run: rustup target add x86_64-pc-windows-gnu
toolchain: nightly
target: x86_64-pc-windows-gnu
override: true
components: rust-src
- name: Make - name: Make
run: | run: make dist-no-7z
make dist-no-7z
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: dist name: dist