Skip to content

Commit

Permalink
Change jdk to temurin to match allwpilib
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed May 31, 2024
1 parent c572eb7 commit e6e2e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: 17
architecture: ${{ matrix.architecture }}
- name: Build with Gradle
Expand All @@ -86,7 +86,7 @@ jobs:
run: rsync -a --delete combiner/products/build/allOutputs/*/* combiner/products/build/allOutputs/
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: 17
- name: Combine
# if: |
Expand Down

0 comments on commit e6e2e54

Please sign in to comment.