mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: do more things
This commit is contained in:
parent
253784ee4e
commit
3eaac9cad3
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue