Skip to content

Commit

Permalink
pin vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Nov 25, 2024
1 parent 0191692 commit 101cab0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
duckdb_version: main
extension_name: spatial
ci_tools_version: main
vcpkg_commit: 5e5d0e1cd7785623065e77eff011afdeec1a3574

duckdb-latest-deploy:
name: Deploy extension binaries
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/StableDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
duckdb_version: v1.1.3
extension_name: spatial
ci_tools_version: v1.1.3
vcpkg_commit: 5e5d0e1cd7785623065e77eff011afdeec1a3574

duckdb-stable-deploy:
name: Deploy extension binaries
Expand Down
12 changes: 6 additions & 6 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": [
"openssl",
"zlib",
"geos",
"geographiclib"
]
"dependencies": [
"openssl",
"zlib",
"geographiclib",
"geos"
]
}

0 comments on commit 101cab0

Please sign in to comment.