Skip to content

Commit

Permalink
gh ci: here we go again... try removing the explicit toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jun 14, 2024
1 parent b7083b0 commit 4302229
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4302229

Please sign in to comment.