We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d5076 commit b5854d3Copy full SHA for b5854d3
.github/workflows/Java.yml
@@ -389,7 +389,7 @@ jobs:
389
- name: List Symbols
390
shell: cmd
391
run: |
392
- "c:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+ call "c:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
393
dumpbin.exe /?
394
dumpbin.exe /exports build\Release\libduckdb_java.so_windows_amd64
395
0 commit comments