We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baad4d commit 03e6679Copy full SHA for 03e6679
2 files changed
.github/workflows/release.yml
@@ -96,8 +96,6 @@ jobs:
96
97
- name: Setup vcpkg
98
uses: lukka/run-vcpkg@v11
99
- with:
100
- vcpkgGitCommitId: 'af752f21c9d79ba3df9cb0250ce2233933f58486'
101
102
# Export GitHub Actions cache environment variables for vcpkg
103
- name: Setup vcpkg binary caching
vcpkg.json
@@ -2,6 +2,7 @@
2
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3
"name": "streamlib",
4
"version": "0.1.0",
5
+ "builtin-baseline": "af752f21c9d79ba3df9cb0250ce2233933f58486",
6
"dependencies": [
7
"zlib",
8
"bzip2",
0 commit comments