Skip to content

Commit ace6d7b

Browse files
committed
chore: fixups
1 parent b6589d7 commit ace6d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_seshat_exe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
22-
java-version: ${{ matrix.JAVA_VERSION }}
22+
java-version: 21
2323

2424
- name: Cache for Scala Dependencies
2525
uses: actions/cache@v4
@@ -28,7 +28,7 @@ jobs:
2828
~/.mill/download
2929
~/.m2/repository
3030
~/.cache/coursier
31-
key: ${{ runner.os }}-java-mill-${{ matrix.JAVA_VERSION }}-${{ hashFiles('**/build.sc') }}
31+
key: ${{ runner.os }}-java-mill-21-${{ hashFiles('**/build.sc') }}
3232
restore-keys: ${{ runner.os }}-java-mill-
3333

3434
- name: Compile Scala Code

0 commit comments

Comments
 (0)