From 25addae846b7344cd6381033bc5d909c638529ef Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Sat, 16 Nov 2024 13:41:15 -0700 Subject: [PATCH] fix: set xmake vs_toolset version to 14 --- .github/workflows/main_ci_xmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_ci_xmake.yml b/.github/workflows/main_ci_xmake.yml index 6c5b2c06..9ed113a9 100644 --- a/.github/workflows/main_ci_xmake.yml +++ b/.github/workflows/main_ci_xmake.yml @@ -30,7 +30,7 @@ jobs: xmake-version: "latest" - name: Configure - run: xmake config -y --mode=releasedbg --toolchain=${{ matrix.toolchain }} --vs_toolset=14.41 + run: xmake config -y --mode=releasedbg --toolchain=${{ matrix.toolchain }} --vs_toolset=14 - name: Build run: xmake build -y -vD