Skip to content

Commit

Permalink
fix badua.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-coni committed Dec 31, 2023
1 parent 87aa948 commit dff54d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/badua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 20
distribution: 'temurin'
- name: Clone and build ba-dua # to get the CLI
run: |
Expand Down

0 comments on commit dff54d3

Please sign in to comment.