From 4302229ac3c0e230487a85ad3456ae4e8008a275 Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Fri, 14 Jun 2024 11:27:00 +0300 Subject: [PATCH] gh ci: here we go again... try removing the explicit toolchain --- .github/workflows/unit-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 8a700bb..0e69304 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -41,9 +41,6 @@ jobs: # vcvars will add them to PATH and allow msvc asan executables to run if: matrix.cfg.os == 'windows-latest' uses: ilammy/msvc-dev-cmd@v1 - with: - arch: x64 - toolset: 14.38.33130 - name: Configure run: cmake .. -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.cfg.btype }} ${{ matrix.cfg.cmakeflags }} - name: Build