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 26, 2024
1 parent 94ae692 commit ab9dc0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ jobs:
"-DCMAKE_C_COMPILER=`"C:\Program Files\LLVM\bin\clang.exe`"",
"-DCMAKE_CXX_COMPILER=`"C:\Program Files\LLVM\bin\clang++.exe`"",
"-G Ninja",
"-S .",
"-B build")
$args = $args -join ' '
cmake $args
- name: Configure CMake for Windows + MSVC
if: matrix.os == 'windows-latest' && matrix.compiler == 'MSVC'
run: cmake -DCMAKE_BUILD_TYPE=Release -B build
run: cmake -DCMAKE_BUILD_TYPE=Release -S . -B build

- name: Build
run: cmake --build build
Expand Down

0 comments on commit ab9dc0e

Please sign in to comment.