Skip to content

Commit

Permalink
ensure portable
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Dec 11, 2024
1 parent b93b070 commit 4d42cf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ jobs:
ninja --version
- name: Configure CMake
run: |
cmake -B build -S . -DCMAKE_CXX_STANDARD=${{ matrix.cpp_version }} \
-DCMAKE_TOOLCHAIN_FILE=${{ matrix.platform.toolchain }} \
${{ matrix.cmake_args.args }}
cmake -B build -S . -DCMAKE_CXX_STANDARD=${{ matrix.cpp_version }} -DCMAKE_TOOLCHAIN_FILE=${{ matrix.platform.toolchain }} ${{ matrix.cmake_args.args }}
env:
CMAKE_GENERATOR: "Ninja Multi-Config"
- name: Build Release
Expand Down

0 comments on commit 4d42cf4

Please sign in to comment.