add gpg-agent
This commit is contained in:
parent
bd05e1e6a7
commit
00404602cf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ jobs:
|
||||||
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
|
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up environment
|
- name: Setting up environment
|
||||||
run: apk add nodejs curl findutils git gawk bash rpm gpg
|
run: apk add nodejs curl findutils git gawk bash rpm gpg gpg-agent
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Package download
|
- name: Package download
|
||||||
|
|
Loading…
Reference in a new issue