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 65977b8 commit 1b025aaCopy full SHA for 1b025aa
.github/workflows/MainDistributionPipeline.yml
@@ -19,7 +19,7 @@ jobs:
19
duckdb_version: main
20
ci_tools_version: main
21
extension_name: postgres_scanner
22
- exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
+ exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw'
23
24
duckdb-stable-deploy:
25
name: Deploy extension binaries
@@ -30,5 +30,5 @@ jobs:
30
31
32
33
34
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
0 commit comments