Skip to content

Commit 003259d

Browse files
committed
Exclude Windows build (upstream compatibility) - symbol collision with static linking
1 parent 9c1facf commit 003259d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
duckdb_version: v1.4-andium
1717
ci_tools_version: main
1818
extension_name: radio
19-
exclude_archs: wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools
19+
exclude_archs: wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64;windows_amd64_mingw
2020
secrets:
2121
VCPKG_CACHING_AWS_ACCESS_KEY_ID: ${{ secrets.VCPKG_CACHING_AWS_ACCESS_KEY_ID
2222
}}

0 commit comments

Comments
 (0)