This commit is contained in:
2023-08-31 19:43:02 +03:00
parent bd324ea0c5
commit 76a3bc9f55

View File

@@ -24,8 +24,13 @@ jobs:
components: rustfmt
- name: Install build deps
run: pacman -Syu --noconfirm rustup musl git base-devel sudo
- name: Archlinux MAKEPKG action
uses: mijailr/arch-makepkg-action@1.0.1
- name: Makepkg Build and Check
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
# run: |
# useradd -G wheel -d /rexec/ -s /bin/bash build