Enable using MSVS prerelease versions in MSVS CI workflow
Without this options (available in 1.0.3 only), MSVS 2022 is not detected.
This commit is contained in:
parent
b48a266c6d
commit
6e2d6e9bd4
4
.github/workflows/ci_msw.yml
vendored
4
.github/workflows/ci_msw.yml
vendored
@ -66,7 +66,9 @@ jobs:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Add MSBuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
uses: microsoft/setup-msbuild@v1.0.3
|
||||
with:
|
||||
vs-prerelease: true
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user