Bump PKGBUILD action

This commit is contained in:
Ultradesu
2025-04-03 13:28:06 +01:00
parent 60c014347c
commit 00b0b5f3ef

View File

@@ -46,6 +46,8 @@ jobs:
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Disable systemd-nspawn
run: echo 'BUILDENV+=(!use_nspawn)' >> /etc/makepkg.conf
- name: Build Arch Linux package - name: Build Arch Linux package
uses: FFY00/build-arch-package@v1 uses: FFY00/build-arch-package@v1
with: with: