mirror of
https://github.com/actions/setup-java.git
synced 2026-09-03 17:43:48 +02:00
[WIP] Fix failing GitHub Actions job for temurin 17 (#1259)
* Initial plan * Install GnuPG in Alpine E2E job --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
parent
2732291815
commit
8fd3240085
@@ -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