mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: gpg-agent
This commit is contained in:
parent
b5b882b348
commit
60d2b75cc4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
- name: Install deps for alpine
|
||||
run: |
|
||||
apk update
|
||||
apk add git nodejs python3 openssh g++ make openssl linux-headers npm patch gpg
|
||||
apk add git nodejs python3 openssh g++ make openssl linux-headers npm patch gpg gpg-agent
|
||||
node -v
|
||||
which node
|
||||
- name: Checkout
|
||||
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
- name: Install deps for alpine
|
||||
run: |
|
||||
apk update
|
||||
apk add git nodejs python3 openssh g++ make openssl linux-headers npm patch gpg
|
||||
apk add git nodejs python3 openssh g++ make openssl linux-headers npm patch gpg gpg-agent
|
||||
node -v
|
||||
which node
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Reference in a new issue