We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b28b5 commit 251d081Copy full SHA for 251d081
.github/workflows/cmake-macOS.yml
@@ -21,7 +21,7 @@ jobs:
21
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCINDER_BUILD_TESTS=1
22
23
- name: Build
24
- run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}} --parallel
+ run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}}
25
26
- name: Run Unit Tests
27
working-directory: ${{github.workspace}}/build
0 commit comments