This commit is contained in:
2023-08-31 21:46:47 +03:00
parent 2def401b09
commit 65dd6ee75f

View File

@@ -43,11 +43,11 @@ jobs:
id: download_binary id: download_binary
with: with:
name: ${{ env.BINARY_NAME }}_x86_64-linux-musl name: ${{ env.BINARY_NAME }}_x86_64-linux-musl
path: ${{ env.BINARY_NAME }}_x86_64-linux-musl path: target/x86_64-unknown-linux-musl/release/rexec
- name: Install build deps - name: Install build deps
run: | run: |
#pacman -Syu --noconfirm rustup musl git tree #pacman -Syu --noconfirm rustup musl git tree
ls -lah ${{ env.BINARY_NAME }}_x86_64-linux-musl ls -lah
makepkg -f makepkg -f
ls -lah ls -lah