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:
9
.github/workflows/arch_pkg.yaml
vendored
9
.github/workflows/arch_pkg.yaml
vendored
@@ -24,8 +24,13 @@ jobs:
|
|||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Install build deps
|
- name: Install build deps
|
||||||
run: pacman -Syu --noconfirm rustup musl git base-devel sudo
|
run: pacman -Syu --noconfirm rustup musl git base-devel sudo
|
||||||
- name: Archlinux MAKEPKG action
|
- name: Makepkg Build and Check
|
||||||
uses: mijailr/arch-makepkg-action@1.0.1
|
id: makepkg
|
||||||
|
uses: edlanglois/pkgbuild-action@v1.1.8
|
||||||
|
- name: Print Package Files
|
||||||
|
run: |
|
||||||
|
echo "Successfully created the following package archive"
|
||||||
|
echo "Package: ${{ steps.makepkg.outputs.pkgfile0 }}"
|
||||||
# - name: Build ZST package
|
# - name: Build ZST package
|
||||||
# run: |
|
# run: |
|
||||||
# useradd -G wheel -d /rexec/ -s /bin/bash build
|
# useradd -G wheel -d /rexec/ -s /bin/bash build
|
||||||
|
Reference in New Issue
Block a user