Install GnuPG in Alpine E2E job

This commit is contained in:
copilot-swe-agent[bot]
2026-09-03 05:16:00 +00:00
committed by GitHub
parent ad28e3800d
commit ae517b899d
+2 -2
View File
@@ -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