This commit is contained in:
2023-08-31 19:38:34 +03:00
parent 93b38e60c5
commit bd324ea0c5

View File

@@ -24,8 +24,8 @@ 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: Build archlinux package - name: Archlinux MAKEPKG action
uses: mijailr/arch-makepkg-action@v1 uses: mijailr/arch-makepkg-action@1.0.1
# - 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