diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 7370383..610e2bd 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -34,12 +34,12 @@ jobs: # with: # version: latest # platform: x64 - # - name: Setup MSVC - # uses: ilammy/msvc-dev-cmd@v1.4.1 - - name: Setup MSVC - uses: bus1/cabuild/action/msdevshell@v1 - with: - architecture: x64 + - name: Setup MSVC + uses: ilammy/msvc-dev-cmd@v1 + # - name: Setup MSVC + # uses: bus1/cabuild/action/msdevshell@v1 + # with: + # architecture: x64 # - name: Install Clang with OpenMP support using Chocolatey # run: | # choco install -y llvm --params "clang;compiler=clang" --version 13.0.0