Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed May 25, 2024
1 parent caccfe5 commit 7fe76f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: |
sudo apt install ninja-build
cmake -B ${{ vars.BUILD_DIR }}
-DTMP_USE_MODULES:BOOL=ON
-DCMAKE_CXX_COMPILER=clang++-17
cmake -B ${{ vars.BUILD_DIR }} \
-DTMP_USE_MODULES:BOOL=ON \
-DCMAKE_CXX_COMPILER=clang++-17 \
-G Ninja
- name: Configure CMake (MSVC)
if: ${{ matrix.os == 'windows-2022' }}
run: cmake -B ${{ vars.BUILD_DIR }} -DTMP_USE_MODULES:BOOL=ON
run: cmake -B ${{ vars.BUILD_DIR }} -DTMP_USE_MODULES:BOOL=ON
- name: Build tests
run: cmake --build ${{ vars.BUILD_DIR }}
- name: Run tests
Expand Down

0 comments on commit 7fe76f0

Please sign in to comment.