Skip to content

Commit

Permalink
Fix extension CI workflow commit too, otherwise it builds windows on …
Browse files Browse the repository at this point in the history
…latest version
  • Loading branch information
anshuldata committed Nov 13, 2024
1 parent b1a4fd6 commit ea17bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
duckdb_version: ca5af32c331f9d5ea49f7158d5c83a47f25b8b79
ci_tools_version: main
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_mingw"
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_mingw;windows_amd64_rtools"
extension_name: substrait

0 comments on commit ea17bb1

Please sign in to comment.