Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Failing after 5s
Some checks failed
AUR Publish / build-and-publish (push) Failing after 5s
This commit is contained in:
parent
044414df70
commit
63c507ab9e
1 changed files with 4 additions and 3 deletions
|
@ -13,13 +13,14 @@ jobs:
|
|||
options: --privileged
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo pacman -Syu --noconfirm
|
||||
sudo pacman -S --noconfirm base-devel git devtools
|
||||
sudo pacman -S --noconfirm base-devel git devtools node
|
||||
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue