Skip to content

Commit

Permalink
[MGPG-103] Fix Windows CI (#67)
Browse files Browse the repository at this point in the history
This needs a new GH workflow to properly install Gpg4win on Windows nodes. As Windows nodes _do have gpg.exe installed (and in PATH) but that is crippled version installed with git_. We need fully functioning gpg-agent.

---

https://issues.apache.org/jira/browse/MGPG-103
  • Loading branch information
cstamas committed Mar 3, 2024
1 parent da4f5e7 commit 49bc0dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3

uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
install-gpg: true

0 comments on commit 49bc0dd

Please sign in to comment.