Skip to content

Commit

Permalink
Build 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Nov 11, 2024
1 parent f43aacf commit c6c7281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Inputs {
}
}
else if (this.host === "windows") {
if (compareVersions(this.version, ">=", "6.7.3")) {
if (compareVersions(this.version, ">=", "6.8.0")) {
this.arch = "win64_msvc2022_64";
}
else if (compareVersions(this.version, ">=", "5.15.0")) {
Expand Down

0 comments on commit c6c7281

Please sign in to comment.