fix: gpg-agent

This commit is contained in:
Tom Hu 2024-05-21 23:33:15 +07:00
parent b5b882b348
commit 60d2b75cc4
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -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