Skip to content

Commit 6c0204e

Browse files
committed
Fix compilation errors
1 parent be019e2 commit 6c0204e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-windows-mingw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
2222
- name: "Build"
2323
env:
24+
JAVA_HOME: ${{ env.JAVA_HOME_21_X64 }}
2425
INCLUDE: C:\mingw64\x86_64-w64-mingw32\include
2526
LIB: C:\mingw64\x86_64-w64-mingw32\lib
2627
run: |

.github/workflows/build-windows-msys2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
4040
- name: "Build"
4141
env:
42+
JAVA_HOME: ${{ env.JAVA_HOME_21_X64 }}
4243
INCLUDE: C:\msys64\usr\include\w32api
4344
LIB: C:\msys64\usr\lib\w32api
4445
run: |

0 commit comments

Comments
 (0)