Skip to content

Commit

Permalink
Attempt to fix CI 1
Browse files Browse the repository at this point in the history
  • Loading branch information
oakkitten committed Dec 25, 2023
1 parent c0d26c2 commit 3dcf3d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Install Java 17
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '17'

- name: Checkout repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3dcf3d6

Please sign in to comment.