mirror of
https://github.com/actions/setup-java.git
synced 2026-09-03 09:33:46 +02:00
Install GnuPG in Alpine E2E job
This commit is contained in:
@@ -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