Skip to content

Commit

Permalink
[Windows] Install "strawberryperl" right after "cmake" (#11158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Ayupov authored Dec 12, 2024
1 parent 6bbddd2 commit 87aba9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/windows/toolsets/toolset-2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@
{ "name": "jq" },
{ "name": "NuGet.CommandLine" },
{ "name": "packer" },
{
"name": "strawberryperl" ,
"args": [ "--version", "5.40.0.1" ]
},
{ "name": "pulumi" },
{ "name": "swig" },
{ "name": "vswhere" },
Expand All @@ -289,6 +285,10 @@
"name": "cmake.install",
"args": [ "--installargs", "ADD_CMAKE_TO_PATH=\"System\"" ]
},
{
"name": "strawberryperl" ,
"args": [ "--version", "5.40.0.1" ]
},
{ "name": "imagemagick" }
]
},
Expand Down

0 comments on commit 87aba9f

Please sign in to comment.