Skip to content

Commit

Permalink
Merge pull request #257 from Xphalnos/patch-1
Browse files Browse the repository at this point in the history
Ability to use msvc2022 for Qt 6.7.3
  • Loading branch information
jurplel authored Oct 23, 2024
2 parents e376b82 + b9760ab commit 08a6bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class Inputs {
this.arch = "android_armv7";
}
} else if (this.host === "windows") {
if (compareVersions(this.version, ">=", "6.8.0")) {
if (compareVersions(this.version, ">=", "6.7.3")) {
this.arch = "win64_msvc2022_64";
} else if (compareVersions(this.version, ">=", "5.15.0")) {
this.arch = "win64_msvc2019_64";
Expand Down

0 comments on commit 08a6bd0

Please sign in to comment.