From 6e2d6e9bd42e88a3fc06316f1649fd578a90d31b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 24 Aug 2021 22:03:33 +0200 Subject: [PATCH] Enable using MSVS prerelease versions in MSVS CI workflow Without this options (available in 1.0.3 only), MSVS 2022 is not detected. --- .github/workflows/ci_msw.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_msw.yml b/.github/workflows/ci_msw.yml index 0fe507e431..a4c9629c18 100644 --- a/.github/workflows/ci_msw.yml +++ b/.github/workflows/ci_msw.yml @@ -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: |