Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcromani committed Mar 25, 2024
1 parent d325422 commit 3c17b55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: Configure CMake for Windows + clang
if: matrix.os == 'windows-latest' && matrix.compiler == 'clang'
run: |
cmake -DGTEST_LINKED_AS_SHARED_LIBRARY=ON ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_C_COMPILER="C:\Program Files\LLVM\bin\clang.exe" ^
-DCMAKE_CXX_COMPILER="C:\Program Files\LLVM\bin\clang++.exe" ^
-G Ninja ^
-B build
cmake "-DGTEST_LINKED_AS_SHARED_LIBRARY=ON" ^
"-DCMAKE_BUILD_TYPE=Release" ^
"-DCMAKE_C_COMPILER="C:\Program Files\LLVM\bin\clang.exe" ^
"-DCMAKE_CXX_COMPILER="C:\Program Files\LLVM\bin\clang++.exe" ^
"-G Ninja" ^
"-B build"
- name: Configure CMake for Windows + MSVC
if: matrix.os == 'windows-latest' && matrix.compiler == 'MSVC'
Expand Down

0 comments on commit 3c17b55

Please sign in to comment.