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 @@ -109,7 +109,7 @@ jobs:
109109 if : matrix.pm == 'vcpkg'
110110 uses : friendlyanon/setup-vcpkg@v1
111111 with :
112- committish : " 62d01b70df227850b728f5050418b917ad6d2b32 "
112+ committish : " d40547583e959e3e25b3dc5b5adc52cabe5face9 "
113113 cache-version : " 1"
114114 ignore-reserve-cache-error : true
115115
Original file line number Diff line number Diff line change 1010 - master{% if vcpkg %}
1111
1212env :
13- VCPKG_COMMIT : " 62d01b70df227850b728f5050418b917ad6d2b32 " {% end %}
13+ VCPKG_COMMIT : " d40547583e959e3e25b3dc5b5adc52cabe5face9 " {% end %}
1414
1515jobs :
1616 lint :
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ def layout(self):
1313
1414 def requirements (self ):{% if c % }{% if exe % }
1515 self .requires ("hedley/15" ){% end % }
16- self .requires ("json-c/0.15 " ){% else % }
16+ self .requires ("json-c/0.16 " ){% else % }
1717 self .requires ("fmt/9.1.0" ){% end % }
1818
1919 def build_requirements (self ):{% if catch3 % }
20- self .test_requires ("catch2/3.1.0 " ){% else % }
20+ self .test_requires ("catch2/3.2.1 " ){% else % }
2121 self .test_requires ("catch2/2.13.9" ){% end % }
Original file line number Diff line number Diff line change 44 "dependencies" : [
55 {
66 "name" : " {% if c %}json-c{% else %}fmt{% end %}" ,
7- "version>=" : " {% if c %}2022-06-26{% else %}9.1.0{% end %}"
7+ "version>=" : " {% if c %}2022-06-26#2 {% else %}9.1.0#1 {% end %}"
88 }{% if c and exe % },
99 {
1010 "name" : " hedley" ,
1818 "dependencies" : [
1919 {
2020 "name" : " catch2" ,
21- "version>=" : {% if catch3 % }" 3.1.1# 1" {% else % }" 2.13.9#1" {% end % }
21+ "version>=" : {% if catch3 % }" 3.2. 1" {% else % }" 2.13.9#1" {% end % }
2222 }
2323 ]
2424 }
2525 },{% if not catch3 % }
2626 "overrides" : [
2727 { "name" : " catch2" , "version" : " 2.13.9#1" }
2828 ],{% end % }
29- "builtin-baseline" : " 62d01b70df227850b728f5050418b917ad6d2b32 "
29+ "builtin-baseline" : " d40547583e959e3e25b3dc5b5adc52cabe5face9 "
3030}
You can’t perform that action at this time.
0 commit comments