Skip to content

Commit b5854d3

Browse files
committed
tmp4
1 parent b4d5076 commit b5854d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
- name: List Symbols
390390
shell: cmd
391391
run: |
392-
"c:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
392+
call "c:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
393393
dumpbin.exe /?
394394
dumpbin.exe /exports build\Release\libduckdb_java.so_windows_amd64
395395

0 commit comments

Comments
 (0)