Skip to content

Commit

Permalink
use ci tools version right before cmake version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Jan 14, 2025
1 parent 7913484 commit 670a8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/StableDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
duckdb_version: v1.1.3
extension_name: spatial
ci_tools_version: main
ci_tools_version: 46a8dd6850b218b2c1a0ede5daf5053bdc225102
vcpkg_commit: 5e5d0e1cd7785623065e77eff011afdeec1a3574


Expand All @@ -39,6 +39,6 @@ jobs:
secrets: inherit
with:
duckdb_version: v1.1.3
ci_tools_version: main
ci_tools_version: 46a8dd6850b218b2c1a0ede5daf5053bdc225102
extension_name: spatial
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/v1.1.3' }}

0 comments on commit 670a8ab

Please sign in to comment.