mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 16:54:07 +00:00
Fix
This commit is contained in:
4
.github/workflows/arch_pkg.yaml
vendored
4
.github/workflows/arch_pkg.yaml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user