From 3175f5d967dc685ccf5dd07915b0482be6d4a7da Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:09:19 +1300 Subject: [PATCH] Github actions --- .github/workflows/build.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8aeac6..5495008 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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