Skip to content

Commit 6c944ea

Browse files
authored
Merge pull request duckdb#102 from Mytherin/113
ci_tools_version
2 parents 41d0c07 + b049fe7 commit 6c944ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/MainDistributionPipeline.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
extension_name: mysql_scanner
2020
duckdb_version: v1.1.3
21+
ci_tools_version: v1.1.3
2122
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
2223
build_duckdb_shell: false
2324

@@ -28,6 +29,7 @@ jobs:
2829
secrets: inherit
2930
with:
3031
duckdb_version: v1.1.3
32+
ci_tools_version: v1.1.3
3133
extension_name: mysql_scanner
3234
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
3335
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)