We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6589d7 commit ace6d7bCopy full SHA for ace6d7b
.github/workflows/build_seshat_exe.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-java@v4
20
with:
21
distribution: 'temurin'
22
- java-version: ${{ matrix.JAVA_VERSION }}
+ java-version: 21
23
24
- name: Cache for Scala Dependencies
25
uses: actions/cache@v4
@@ -28,7 +28,7 @@ jobs:
28
~/.mill/download
29
~/.m2/repository
30
~/.cache/coursier
31
- key: ${{ runner.os }}-java-mill-${{ matrix.JAVA_VERSION }}-${{ hashFiles('**/build.sc') }}
+ key: ${{ runner.os }}-java-mill-21-${{ hashFiles('**/build.sc') }}
32
restore-keys: ${{ runner.os }}-java-mill-
33
34
- name: Compile Scala Code
0 commit comments