Skip to content

Commit

Permalink
fix: gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 21, 2024
1 parent 272ac2d commit b5b882b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
apk add git nodejs python3 openssh g++ make openssl linux-headers npm patch gpg
node -v
which node
- name: Checkout
Expand Down Expand Up @@ -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
apk add git nodejs python3 openssh g++ make openssl linux-headers npm patch gpg
node -v
which node
- name: Checkout
Expand Down

0 comments on commit b5b882b

Please sign in to comment.