File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
cmake-init/templates/common Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 98
98
if : matrix.pm == 'vcpkg'
99
99
uses : friendlyanon/setup-vcpkg@v1
100
100
with :
101
- committish : " ad25766aefb5313b6bc4e2a4b78a2946f84fbf66 "
101
+ committish : " eba7c6a894fce24146af4fdf161fef8e90dd6be3 "
102
102
cache-version : " 1"
103
103
ignore-reserve-cache-error : true
104
104
Original file line number Diff line number Diff line change 10
10
- master{% if vcpkg %}
11
11
12
12
env :
13
- VCPKG_COMMIT : " ad25766aefb5313b6bc4e2a4b78a2946f84fbf66 " {% end %}
13
+ VCPKG_COMMIT : " eba7c6a894fce24146af4fdf161fef8e90dd6be3 " {% end %}
14
14
15
15
jobs :
16
16
lint :
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ def layout(self):
11
11
def requirements (self ):{% if c % }{% if exe % }
12
12
self .requires ("hedley/15" ){% end % }
13
13
self .requires ("json-c/0.17" ){% else % }
14
- self .requires ("fmt/10.2.1 " ){% end % }
14
+ self .requires ("fmt/11.0.2 " ){% end % }
15
15
16
16
def build_requirements (self ):{% if catch3 % }
17
- self .test_requires ("catch2/3.6 .0" ){% else % }
17
+ self .test_requires ("catch2/3.7 .0" ){% else % }
18
18
self .test_requires ("catch2/2.13.10" , options = {"with_main" : True }){% end % }
Original file line number Diff line number Diff line change 4
4
"dependencies" : [
5
5
{
6
6
"name" : " {% if c %}json-c{% else %}fmt{% end %}" ,
7
- "version>=" : " {% if c %}2023-08-12{% else %}10.2.1# 2{% end %}"
7
+ "version>=" : " {% if c %}2023-08-12{% else %}11.0. 2{% end %}"
8
8
}{% if c and exe % },
9
9
{
10
10
"name" : " hedley" ,
18
18
"dependencies" : [
19
19
{% if catch3 % }{
20
20
"name" : " catch2" ,
21
- "version>=" : " 3.6 .0"
21
+ "version>=" : " 3.7 .0"
22
22
}{% else % }" catch2" {% end % }
23
23
]
24
24
}
25
25
},{% if not catch3 % }
26
26
"overrides" : [
27
27
{ "name" : " catch2" , "version" : " 2.13.9#1" }
28
28
],{% end % }
29
- "builtin-baseline" : " ad25766aefb5313b6bc4e2a4b78a2946f84fbf66 "
29
+ "builtin-baseline" : " eba7c6a894fce24146af4fdf161fef8e90dd6be3 "
30
30
}
You can’t perform that action at this time.
0 commit comments