From 8ba7db23005bde6984071d1de10c5ae112bcece6 Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Mon, 17 Oct 2022 05:38:40 +1300 Subject: [PATCH] Fix GH actions --- .github/workflows/build.yml | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 406395b..e5c1ede 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Install depends 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 + run: make dist-no-7z - uses: actions/upload-artifact@v2 with: name: dist diff --git a/Makefile b/Makefile index d952998..54b0fb8 100644 --- a/Makefile +++ b/Makefile @@ -50,8 +50,8 @@ clean: .PHONY: plugins plugins: - make -C plugins/8.18 -j - make -C plugins/amauth -j + make -C plugins/8.18 + make -C plugins/amauth cd plugins/8.18-song-limit && cargo build --release --target x86_64-pc-windows-gnu cp plugins/8.18-song-limit/target/x86_64-pc-windows-gnu/release/song_limit_8_18.dll ${TARGET} strip ${TARGET}/*.dll