Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcromani committed Mar 25, 2024
1 parent 12a3991 commit 4371805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
if: matrix.os == 'windows-latest' && matrix.compiler == 'clang'
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -G Ninja -B build

- name: Configure CMake for Windows + MVSC
if: matrix.os == 'windows-latest' && matrix.compiler == 'MVSC'
- name: Configure CMake for Windows + MSVC
if: matrix.os == 'windows-latest' && matrix.compiler == 'MSVC'
run: cmake -DCMAKE_BUILD_TYPE=Release -B build

- name: Build
Expand Down

0 comments on commit 4371805

Please sign in to comment.