mirror of
https://github.com/actions/setup-java.git
synced 2026-09-03 17:39:32 +00:00
Install GnuPG in Alpine E2E job
This commit is contained in:
committed by
GitHub
parent
ad28e3800d
commit
ae517b899d
@@ -154,8 +154,8 @@ jobs:
|
||||
version: ['21', '17']
|
||||
steps:
|
||||
- *checkout_step
|
||||
- name: Install bash
|
||||
run: apk add --no-cache bash
|
||||
- name: Install bash and GnuPG
|
||||
run: apk add --no-cache bash gnupg
|
||||
- name: setup-java
|
||||
uses: ./
|
||||
id: setup-java
|
||||
|
||||
Reference in New Issue
Block a user