Skip to content

Commit

Permalink
Add brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
kboyarinov committed Feb 6, 2025
1 parent b9f1e5e commit 0c4225b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
generator: "Unix Makefiles"
generator: Unix Makefiles
c_compiler: gcc
cxx_compiler: g++
std: 20
Expand All @@ -392,7 +392,7 @@ jobs:
- name: Test doc examples
run: |
mkdir build && cd build
cmake -G ${{ matrix.generator }} -DCMAKE_CXX_STANDARD=${{ matrix.std }} \
cmake -G "${{ matrix.generator }}" -DCMAKE_CXX_STANDARD=${{ matrix.std }} \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type}} -DCMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }} \
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DTBB_TEST=ON -D_TBB_DOC_EXAMPLES=ON ..
cmake --build . -v --parallel --target build-doc-examples
Expand Down

0 comments on commit 0c4225b

Please sign in to comment.