Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Failing after 1m18s
Some checks failed
AUR Publish / build-and-publish (push) Failing after 1m18s
This commit is contained in:
parent
37496f4383
commit
92da25b162
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
||||
- name: xd
|
||||
run: |
|
||||
useradd -d /build -m build
|
||||
echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
su build -c "mkdir -p ./build"
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
export PKGDEST=${PKGDEST}
|
||||
|
|
Loading…
Reference in a new issue