Skip to content

Commit 81107b2

Browse files
committed
Update the vcpkg commit to use
1 parent 4e7bef8 commit 81107b2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
if: matrix.pm == 'vcpkg'
9999
uses: friendlyanon/setup-vcpkg@v1
100100
with:
101-
committish: "5cf60186a241e84e8232641ee973395d4fde90e1"
101+
committish: "c37cc7836a0e1cfd55747be8ec472eafa8055276"
102+
cache-version: "1"
102103
ignore-reserve-cache-error: true
103104

104105
- name: Configure

cmake-init/templates/common/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- master{% if vcpkg %}
1111

1212
env:
13-
VCPKG_COMMIT: 5cf60186a241e84e8232641ee973395d4fde90e1{% end %}
13+
VCPKG_COMMIT: c37cc7836a0e1cfd55747be8ec472eafa8055276{% end %}
1414

1515
jobs:
1616
lint:

cmake-init/templates/common/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
]
2424
}
2525
},
26-
"builtin-baseline": "5cf60186a241e84e8232641ee973395d4fde90e1"
26+
"builtin-baseline": "c37cc7836a0e1cfd55747be8ec472eafa8055276"
2727
}

0 commit comments

Comments
 (0)