Skip to content

Commit

Permalink
Hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Nov 8, 2023
1 parent 233dd68 commit 45694c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
- name: Cache Coursier cache
uses: coursier/[email protected]

- name: Set up JDK ${{ matrix.jdkVersion }}
- name: Set up JDK ${{ matrix.JDK_VERSION }}
uses: coursier/[email protected]
with:
jvm: ${{ matrix.jvmName }}
jvm: ${{ matrix.JVM_NAME }}
# FIXME default index not giving us access to JDK 21 (yet)
jvm-index: https://raw.githubusercontent.com/coursier/jvm-index/32d659500e6c65efb9eee91718a0fb0e797ad4ee/index.json

Expand Down

0 comments on commit 45694c0

Please sign in to comment.