Skip to content

Commit

Permalink
Fix test.yml CI again for including Java
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus authored Jul 2, 2024
1 parent 0919d14 commit d3d25a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17 # The OpenJDK version to make available on the path
java-version: '17'
architecture: 'x64'
- name: configure
run: ./configure
- name: make
run: make
Expand Down

0 comments on commit d3d25a2

Please sign in to comment.