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 c2bb083 commit 9b95078
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 @@ -49,8 +49,8 @@ jobs:
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`"" `
"-DCMAKE_C_COMPILER='C:\Program Files\LLVM\bin\clang.exe'" `
"-DCMAKE_CXX_COMPILER='C:\Program Files\LLVM\bin\clang++.exe'" `
"-G Ninja" `
"-B build"
Expand Down

0 comments on commit 9b95078

Please sign in to comment.