From 8e1d9ee17e6ad6eb448b9cd60698fd0bbd8f3fe9 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Wed, 12 Jun 2024 10:57:56 +0200 Subject: Set to specific MSVC version This is due to some changes in 14.40 causing issues for some players --- .github/workflows/ci.yml | 2 ++ .github/workflows/release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6048a57..05b1878f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: submodules: 'true' - name: Setup msvc uses: ilammy/msvc-dev-cmd@v1 + with: + toolset: 14.39 - name: Configure cmake run: cmake -G "Ninja" -DCMAKE_BUILD_TYPE:STRING="${{ env.BUILD_PROFILE }}" - name: Setup resource file version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6dd8cc3..c1b1e4c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: submodules: 'true' - name: Setup msvc uses: ilammy/msvc-dev-cmd@v1 + with: + toolset: 14.39 - name: Configure cmake run: cmake -G "Ninja" -DCMAKE_BUILD_TYPE:STRING="Release" - name: Setup resource file version -- cgit v1.2.3