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