Skip to content

Commit

Permalink
🔨⚗️ [CI] Experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 15, 2024
1 parent df953e7 commit 6e7adfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- {
name: Windows Clang,
os: windows-latest,
cmake_configure_args: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang++-cl -G "Ninja",
cmake_configure_args: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -G "Ninja",
}
# - {
# name: Windows GCC,
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
buildDirectory: ${{github.workspace}}/build

- name: Run
run: ${{github.workspace}}/build/${{(runner.os == 'Windows' && matrix.config.name != 'Windows GCC') && matrix.build_type || ''}}/${{env.cmake_target}}
run: ${{github.workspace}}/build/${{env.cmake_target}}

0 comments on commit 6e7adfd

Please sign in to comment.