This commit is contained in:
parent
3c435bd0f1
commit
ce150d24e8
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ jobs:
|
||||||
- name: Prepare requirements
|
- name: Prepare requirements
|
||||||
run: |
|
run: |
|
||||||
ldd --version
|
ldd --version
|
||||||
pacman -Sy --noconfirm nodejs-lts-hydrogen npm git
|
pacman -Syu --noconfirm
|
||||||
|
pacman -Sy --noconfirm nodejs npm git
|
||||||
pacman -Sy --noconfirm shellcheck rsync openssh
|
pacman -Sy --noconfirm shellcheck rsync openssh
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue