We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564cf7a commit 51fe6afCopy full SHA for 51fe6af
1 file changed
.github/workflows/Java.yml
@@ -458,7 +458,7 @@ jobs:
458
- name: Build
459
shell: cmd
460
run: |
461
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+ call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
462
mkdir build
463
cd build
464
mkdir release
@@ -475,7 +475,7 @@ jobs:
475
- name: List Symbols
476
477
478
479
dumpbin.exe /exports build\release\libduckdb_java.so_windows_amd64
480
481
- name: Java Tests
0 commit comments