From d20df6a490a57871feedeb40281504c508514b57 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:32:15 -0600 Subject: [PATCH] ci: fix --- .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 c7095ae7..bb1e294b 100644 --- a/.github/workflows/main_ci_xmake.yml +++ b/.github/workflows/main_ci_xmake.yml @@ -32,7 +32,7 @@ jobs: xmake-version: "latest" - name: Configure - run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14.41 + run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14 - name: Build run: xmake build -y -vD