Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Failing after 1m0s
Some checks failed
AUR Publish / build-and-publish (push) Failing after 1m0s
This commit is contained in:
parent
b989ae77b6
commit
6247d49ba6
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
whoami
|
||||
pwd
|
||||
ls -la
|
||||
pacman -Syu --noconfirm --noprogressbar
|
||||
pacman -S --noconfirm --noprogressbar base-devel git devtools nodejs
|
||||
|
||||
|
@ -27,9 +29,11 @@ jobs:
|
|||
|
||||
- name: xd
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
useradd -d /build -m build
|
||||
echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
su build -c "mkdir -p ./build"
|
||||
su build -c "sudo mkdir -p ./build"
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue