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 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