From 5a4bf1f784cb47fa7c89ca89ad22d65ec8f9cdfc Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Thu, 31 Aug 2023 20:03:34 +0300 Subject: [PATCH] Fix --- .github/workflows/arch_pkg.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arch_pkg.yaml b/.github/workflows/arch_pkg.yaml index ec57d80..b1fc1f4 100644 --- a/.github/workflows/arch_pkg.yaml +++ b/.github/workflows/arch_pkg.yaml @@ -20,12 +20,12 @@ jobs: with: toolchain: stable override: true - target: x86_64-unknown-linux-musl + target: ${{ env.BUILD_TARGET }} components: rustfmt - name: Install build deps run: | pacman -Syu --noconfirm rustup musl git base-devel - rustup target add ${{ env.BUILD_TARGET }} + rustup default stable - name: Makepkg Build and Check id: makepkg uses: edlanglois/pkgbuild-action@v1.1.8