File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
cmake-init/templates/common Expand file tree Collapse file tree 4 files changed +8
-8
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 : " eba7c6a894fce24146af4fdf161fef8e90dd6be3 "
102
- cache-version : " 1 "
101
+ committish : " d7112d1a4fb50410d3639f5f586972591d848beb "
102
+ cache-version : " 2 "
103
103
ignore-reserve-cache-error : true
104
104
105
105
- name : Configure
Original file line number Diff line number Diff line change 10
10
- master{% if vcpkg %}
11
11
12
12
env :
13
- VCPKG_COMMIT : " eba7c6a894fce24146af4fdf161fef8e90dd6be3 " {% end %}
13
+ VCPKG_COMMIT : " d7112d1a4fb50410d3639f5f586972591d848beb " {% end %}
14
14
15
15
jobs :
16
16
lint :
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ def layout(self):
10
10
11
11
def requirements (self ):{% if c % }{% if exe % }
12
12
self .requires ("hedley/15" ){% end % }
13
- self .requires ("json-c/0.17 " ){% else % }
13
+ self .requires ("json-c/0.18 " ){% else % }
14
14
self .requires ("fmt/11.0.2" ){% end % }
15
15
16
16
def build_requirements (self ):{% if catch3 % }
17
- self .test_requires ("catch2/3.7.0 " ){% else % }
17
+ self .test_requires ("catch2/3.7.1 " ){% 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 %}11.0.2{% end %}"
7
+ "version>=" : " {% if c %}2023-08-12{% else %}11.0.2#1 {% 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.7.0 "
21
+ "version>=" : " 3.7.1 "
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" : " eba7c6a894fce24146af4fdf161fef8e90dd6be3 "
29
+ "builtin-baseline" : " d7112d1a4fb50410d3639f5f586972591d848beb "
30
30
}
You can’t perform that action at this time.
0 commit comments