File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313
14+ - name : " Setup Java"
15+ uses : actions/setup-java@v4
16+ with :
17+ distribution : ' temurin'
18+ java-version : ' 21'
19+
1420 - name : " Setup cmake"
1521 run : cmake --version
1622
2127
2228 - name : " Build"
2329 env :
24- JAVA_HOME : ${{ env.JAVA_HOME_21_X64 }}
2530 INCLUDE : C:\mingw64\x86_64-w64-mingw32\include
2631 LIB : C:\mingw64\x86_64-w64-mingw32\lib
2732 run : |
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616
17+ - name : " Setup Java"
18+ uses : actions/setup-java@v4
19+ with :
20+ distribution : ' temurin'
21+ java-version : ' 21'
22+
1723 - name : " Setup MSYS2"
1824 uses : msys2/setup-msys2@v2
1925 with :
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313
14+ - name : " Setup Java"
15+ uses : actions/setup-java@v4
16+ with :
17+ distribution : ' temurin'
18+ java-version : ' 21'
19+
1420 - name : " Setup Visual Studio"
1521 uses : egor-tensin/vs-shell@v2
1622
2329 gil update
2430
2531 - name : " Build"
26- env :
27- JAVA_HOME : ${{ env.JAVA_HOME_21_X64 }}
2832 run : |
2933 cd build
3034 ./vs.bat
You can’t perform that action at this time.
0 commit comments