Skip to content

Commit 331ed32

Browse files
committed
Amend #4961, add missing .in files.
1 parent 11f02a5 commit 331ed32

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/amd64_linux_cmake_java.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
ccache_key: amd64_linux_java_ccache
2828
steps:
2929
- uses: actions/checkout@v6
30+
- uses: actions/setup-java@v5
31+
with:
32+
distribution: temurin
33+
java-version: 21
3034
- name: Install Dependencies
3135
run: |
3236
sudo apt update

.github/workflows/amd64_macos_cmake_java.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
ccache_key: amd64_macos_java_ccache_${{matrix.cmake.name}}
3535
steps:
3636
- uses: actions/checkout@v6
37+
- uses: actions/setup-java@v5
38+
with:
39+
distribution: temurin
40+
java-version: 21
3741
- name: Install Dependencies
3842
run: |
3943
brew install ccache swig

.github/workflows/arm64_macos_cmake_java.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
ccache_key: arm64_macos_java_ccache_${{matrix.cmake.name}}
3535
steps:
3636
- uses: actions/checkout@v6
37+
- uses: actions/setup-java@v5
38+
with:
39+
distribution: temurin
40+
java-version: 21
3741
- name: Install Dependencies
3842
run: |
3943
brew install ccache swig

0 commit comments

Comments
 (0)