Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Has been cancelled
Some checks failed
AUR Publish / build-and-publish (push) Has been cancelled
This commit is contained in:
parent
992fd0bcf7
commit
8fdbc68088
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pacman -Syu --noconfirm
|
||||
pacman -S --noconfirm base-devel git devtools node
|
||||
pacman -Syu --noconfirm --noprogressbar
|
||||
pacman -S --noconfirm --noprogressbar base-devel git devtools nodejs
|
||||
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue