Skip to content

Commit 1b025aa

Browse files
committed
disable new mingw
1 parent 65977b8 commit 1b025aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
duckdb_version: main
2020
ci_tools_version: main
2121
extension_name: postgres_scanner
22-
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
22+
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw'
2323

2424
duckdb-stable-deploy:
2525
name: Deploy extension binaries
@@ -30,5 +30,5 @@ jobs:
3030
duckdb_version: main
3131
ci_tools_version: main
3232
extension_name: postgres_scanner
33-
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
33+
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw'
3434
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)