Skip to content

Commit 08a6bd0

Browse files
authored
Merge pull request #257 from Xphalnos/patch-1
Ability to use msvc2022 for Qt 6.7.3
2 parents e376b82 + b9760ab commit 08a6bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class Inputs {
186186
this.arch = "android_armv7";
187187
}
188188
} else if (this.host === "windows") {
189-
if (compareVersions(this.version, ">=", "6.8.0")) {
189+
if (compareVersions(this.version, ">=", "6.7.3")) {
190190
this.arch = "win64_msvc2022_64";
191191
} else if (compareVersions(this.version, ">=", "5.15.0")) {
192192
this.arch = "win64_msvc2019_64";

0 commit comments

Comments
 (0)