Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Failing after 1m7s
Some checks failed
AUR Publish / build-and-publish (push) Failing after 1m7s
This commit is contained in:
parent
ae81500427
commit
7e09e85632
1 changed files with 2 additions and 5 deletions
|
@ -31,15 +31,12 @@ jobs:
|
|||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
useradd -d /build -m build
|
||||
echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
chown -R build:build ../*
|
||||
su build -c "mkdir -p ./build"
|
||||
mkdir -p ./build
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
export PKGDEST=${PKGDEST}
|
||||
su build -c "pkgctl build"
|
||||
makepkg -s
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue