Skip to content

Commit 769c369

Browse files
committed
Update vcpkg dependencies and baseline commit
1 parent f288329 commit 769c369

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: matrix.pm == 'vcpkg'
9999
uses: friendlyanon/setup-vcpkg@v1
100100
with:
101-
committish: "c37cc7836a0e1cfd55747be8ec472eafa8055276"
101+
committish: "bae8f8c7d837c631ca72daec4b14e243824135a5"
102102
cache-version: "1"
103103
ignore-reserve-cache-error: true
104104

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: c37cc7836a0e1cfd55747be8ec472eafa8055276{% end %}
13+
VCPKG_COMMIT: "bae8f8c7d837c631ca72daec4b14e243824135a5"{% end %}
1414

1515
jobs:
1616
lint:

cmake-init/templates/common/vcpkg.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": [
55
{
66
"name": "{% if c %}json-c{% else %}fmt{% end %}",
7-
"version>=": "{% if c %}2019-09-10{% else %}8.1.1{% end %}"
7+
"version>=": "{% if c %}2019-09-10{% else %}8.1.1#1{% end %}"
88
}{% if c and exe %},
99
{
1010
"name": "hedley",
@@ -18,10 +18,10 @@
1818
"dependencies": [
1919
{
2020
"name": "catch2",
21-
"version>=": "2.13.8"
21+
"version>=": "2.13.9"
2222
}
2323
]
2424
}
2525
},
26-
"builtin-baseline": "c37cc7836a0e1cfd55747be8ec472eafa8055276"
26+
"builtin-baseline": "bae8f8c7d837c631ca72daec4b14e243824135a5"
2727
}

0 commit comments

Comments
 (0)