Skip to content

Commit

Permalink
switching to GH action for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 8, 2023
1 parent 36b0c72 commit 0c31b8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c31b8b

Please sign in to comment.