Skip to content

Commit

Permalink
actions are hard to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Jul 8, 2024
1 parent 57b9352 commit 63034e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
- name: Set up JDK 2.1
uses: actions/setup-java@v4
with:
with:
distribution: 'temurin'
java-version: '21'
distribution: 'temurin'
java-version: '21'
#- name: Setup Maven
#uses: stCarolas/setup-maven@v4
#with:
Expand Down

0 comments on commit 63034e7

Please sign in to comment.