Skip to content

Commit

Permalink
fix: remove windows_amd64_rtools
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jan 13, 2025
1 parent a41691b commit a9cebd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ci_tools_version: main
enable_rust: true
extension_name: lindel
exclude_archs: "linux_amd64_musl"
exclude_archs: "linux_amd64_musl;windows_amd64_rtools"

duckdb-stable-build:
name: Build extension binaries
Expand All @@ -30,4 +30,4 @@ jobs:
ci_tools_version: v1.1.3
extension_name: lindel
enable_rust: true
exclude_archs: "linux_amd64_musl"
exclude_archs: "linux_amd64_musl;windows_amd64_rtools"

0 comments on commit a9cebd1

Please sign in to comment.