Skip to content

Commit

Permalink
fix: enable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jan 10, 2025
1 parent 9c1a132 commit 52e2bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
duckdb_version: main
ci_tools_version: main
enable_rust: true
extension_name: evalexpr_rhai
exclude_archs: "windows_amd64_rtools;windows_amd64;linux_amd64_musl"

Expand All @@ -27,5 +28,6 @@ jobs:
with:
duckdb_version: v1.1.3
ci_tools_version: v1.1.3
enable_rust: true
extension_name: evalexpr_rhai
exclude_archs: "windows_amd64_rtools;windows_amd64"

0 comments on commit 52e2bee

Please sign in to comment.