Skip to content

Commit 8baaafd

Browse files
committed
tmp5
1 parent b5854d3 commit 8baaafd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/Java.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,15 +382,14 @@ jobs:
382382
with:
383383
python-version: "3.12"
384384

385-
# - name: Build
386-
# shell: bash
387-
# run: make release
385+
- name: Build
386+
shell: bash
387+
run: make release
388388

389389
- name: List Symbols
390390
shell: cmd
391391
run: |
392392
call "c:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
393-
dumpbin.exe /?
394393
dumpbin.exe /exports build\Release\libduckdb_java.so_windows_amd64
395394
396395
- name: Java Tests

0 commit comments

Comments
 (0)