This commit is contained in:
2023-08-31 20:03:34 +03:00
parent a77a7cd089
commit 5a4bf1f784

View File

@ -20,12 +20,12 @@ jobs:
with: with:
toolchain: stable toolchain: stable
override: true override: true
target: x86_64-unknown-linux-musl target: ${{ env.BUILD_TARGET }}
components: rustfmt components: rustfmt
- name: Install build deps - name: Install build deps
run: | run: |
pacman -Syu --noconfirm rustup musl git base-devel pacman -Syu --noconfirm rustup musl git base-devel
rustup target add ${{ env.BUILD_TARGET }} rustup default stable
- name: Makepkg Build and Check - name: Makepkg Build and Check
id: makepkg id: makepkg
uses: edlanglois/pkgbuild-action@v1.1.8 uses: edlanglois/pkgbuild-action@v1.1.8