Skip to content

Commit 10b90ac

Browse files
committed
fix: bump ci tools and enable wasm
1 parent 7e2aed7 commit 10b90ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/MainDistributionPipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
duckdb_version: v1.0.0
2020
extension_name: lindel
2121
enable_rust: true
22-
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"
22+
# exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"
2323

2424
duckdb-stable-deploy:
2525
name: Deploy extension binaries
@@ -30,4 +30,4 @@ jobs:
3030
duckdb_version: v1.0.0
3131
extension_name: lindel
3232
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
33-
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"
33+
# exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"

extension-ci-tools

0 commit comments

Comments
 (0)