Skip to content

Commit ce5b6c3

Browse files
committed
Fix1
1 parent 8cf2225 commit ce5b6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
shell: cmd
464464
run: |
465465
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
466-
dumpbin.exe /exports build\release\Release\libduckdb_java.so_windows_amd64
466+
dumpbin.exe /exports build\release\libduckdb_java.so_windows_amd64
467467
468468
- name: Java Tests
469469
if: ${{ inputs.skip_tests != 'true' }}
@@ -544,7 +544,7 @@ jobs:
544544
shell: cmd
545545
run: |
546546
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsarm64.bat"
547-
dumpbin.exe /exports build\release\Release\libduckdb_java.so_windows_arm64
547+
dumpbin.exe /exports build\release\libduckdb_java.so_windows_arm64
548548
549549
# Test runs are failing because windows_arm64 extensions are missing
550550
- name: Java Tests

0 commit comments

Comments
 (0)