From 0c6fc8e1d8dd977eb4e686483e7f8f0c753a5983 Mon Sep 17 00:00:00 2001 From: Vladyslav Horbachov <50652041+LeftTwixWand@users.noreply.github.com> Date: Sat, 26 Oct 2024 02:55:33 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0efd761..b9ce768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: env: BuildConfiguration: Release + MSBuildVersion: 17.12.3.50401 jobs: build: @@ -23,6 +24,7 @@ jobs: - name: Setup MSBuild uses: microsoft/setup-msbuild@v2 with: + vs-version: '[MSBuildVersion)' msbuild-architecture: x64 vs-prerelease: true