Skip to content

Commit 03e6679

Browse files
committed
vcpkg fix
1 parent 3baad4d commit 03e6679

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ jobs:
9696

9797
- name: Setup vcpkg
9898
uses: lukka/run-vcpkg@v11
99-
with:
100-
vcpkgGitCommitId: 'af752f21c9d79ba3df9cb0250ce2233933f58486'
10199

102100
# Export GitHub Actions cache environment variables for vcpkg
103101
- name: Setup vcpkg binary caching

vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "streamlib",
44
"version": "0.1.0",
5+
"builtin-baseline": "af752f21c9d79ba3df9cb0250ce2233933f58486",
56
"dependencies": [
67
"zlib",
78
"bzip2",

0 commit comments

Comments
 (0)