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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
whoami
|
whoami
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
pacman -Syu --noconfirm --noprogressbar
|
pacman -Syu --noconfirm --noprogressbar
|
||||||
pacman -S --noconfirm --noprogressbar base-devel git devtools nodejs
|
pacman -S --noconfirm --noprogressbar base-devel git devtools nodejs
|
||||||
|
|
||||||
|
@ -27,9 +29,11 @@ jobs:
|
||||||
|
|
||||||
- name: xd
|
- name: xd
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
useradd -d /build -m build
|
useradd -d /build -m build
|
||||||
echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||||
su build -c "mkdir -p ./build"
|
su build -c "sudo mkdir -p ./build"
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue