mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
Fix
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
build_arch:
|
build_arch:
|
||||||
name: Arch Linux package
|
name: Arch Linux package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: ["build"]
|
||||||
container:
|
container:
|
||||||
image: archlinux:base-devel
|
image: archlinux:base-devel
|
||||||
options: --user 1001
|
options: --user 1001
|
||||||
@@ -38,6 +39,11 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/download-artifact@master
|
||||||
|
id: download_binary
|
||||||
|
with:
|
||||||
|
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||||
|
path: ${{ env.BINARY_NAME }}_x86_64-linux-musl
|
||||||
- name: Install build deps
|
- name: Install build deps
|
||||||
run: |
|
run: |
|
||||||
#pacman -Syu --noconfirm rustup musl git tree
|
#pacman -Syu --noconfirm rustup musl git tree
|
||||||
|
Reference in New Issue
Block a user