We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adb00ce + 31fc69e commit a87e489Copy full SHA for a87e489
.github/workflows/build.yml
@@ -49,9 +49,9 @@ jobs:
49
# and using them ensures we're compiling our plugin in the exact same way that Unreal Engine itself is compiled.
50
cmake-generator: "Visual Studio 17 2022"
51
cmake-toolchain: "version=14.34"
52
- cmake-platform: "x64,version=10.0.18362.0"
+ cmake-platform: "x64,version=10.0.19041.0"
53
visual-studio-version: "2022"
54
- visual-studio-components: "Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64,Microsoft.VisualStudio.Component.Windows10SDK.18362"
+ visual-studio-components: "Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64,Microsoft.VisualStudio.Component.Windows10SDK.19041"
55
TestWindows54:
56
needs: [Windows54]
57
uses: ./.github/workflows/testWindows.yml
0 commit comments