mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 08:54:06 +00:00
Fix
This commit is contained in:
12
.github/workflows/arch_pkg.yaml
vendored
12
.github/workflows/arch_pkg.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux:base-devel
|
||||
options: --user 1001
|
||||
# options: --user 1001
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
@ -24,10 +24,12 @@ jobs:
|
||||
components: rustfmt
|
||||
- name: Install build deps
|
||||
run: pacman -Syu --noconfirm rustup musl git base-devel sudo
|
||||
- name: Build ZST package
|
||||
run: |
|
||||
useradd -G wheel -d /rexec/ -s /bin/bash build
|
||||
makepkg -f
|
||||
- name: Build archlinux package
|
||||
uses: mijailr/arch-makepkg-action@v1
|
||||
# - name: Build ZST package
|
||||
# run: |
|
||||
# useradd -G wheel -d /rexec/ -s /bin/bash build
|
||||
# makepkg -f
|
||||
- uses: actions/upload-artifact@v2
|
||||
name: Upload ZST package
|
||||
with:
|
||||
|
Reference in New Issue
Block a user