fix: do more things

This commit is contained in:
Tom Hu 2024-05-21 19:58:06 +07:00
parent 253784ee4e
commit 3eaac9cad3
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -53,7 +53,8 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk update
apk add git nodejs python3 openssh g++ make openssl linux-headers npm patch
node -v
which node
- name: Checkout
@ -116,7 +117,8 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk update
apk add git nodejs python3 openssh g++ make openssl linux-headers npm patch
node -v
which node
- name: Checkout