Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Nov 8, 2024
1 parent 68b7ad1 commit 0bb96f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
CMAKE_GENERATOR: "Ninja Multi-Config"

- name: Configure CMake
if: ! startsWith(matrix.compiler, 'clang') && ! startsWith(matrix.platform, 'macos')
if: ! ( startsWith(matrix.compiler, 'clang') && startsWith(matrix.platform, 'macos') )
run: |
cmake -B build -S . "-DCMAKE_CXX_STANDARD=${{ matrix.cpp_version }} ${{ matrix.cmake_args.args }}"
env:
Expand Down

0 comments on commit 0bb96f3

Please sign in to comment.