Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
endink committed Nov 27, 2023
1 parent 328df64 commit 901a55f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'microsoft'
java-version: '17'
java-version: 17
cache: maven
- name: PGP Prepare
run: |
echo "Create .gpg key"
Expand Down

0 comments on commit 901a55f

Please sign in to comment.