Skip to content

Commit

Permalink
build v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 31, 2023
1 parent cc3cc33 commit ea05078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65480,6 +65480,10 @@ async function getPerl(version, thread) {
// prepend the tools path. instructs the agent to prepend for future tasks
//
core.addPath(bin);
if (osPlat === "win32") {
// on Windows, add the path to the Strawberry Perl's C compiler.
core.addPath("C:\\strawberry\\c\\bin");
}
return {
version: selected,
path: toolPath,
Expand Down
2 changes: 1 addition & 1 deletion dist/setup/index.js.map

Large diffs are not rendered by default.

0 comments on commit ea05078

Please sign in to comment.