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 223e887 commit e2468cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Configure CMake for Windows + clang
if: matrix.os == 'windows-latest' && matrix.compiler == 'clang'
run: |
cmake_args = @(
$cmake_args = @(
"-DGTEST_LINKED_AS_SHARED_LIBRARY=ON",
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_C_COMPILER='C:\Program Files\LLVM\bin\clang.exe'",
Expand Down

0 comments on commit e2468cf

Please sign in to comment.