Skip to content

Commit

Permalink
Remove -j from ninja invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Dec 25, 2023
1 parent 6f0aa47 commit ddce574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
mkdir build install
cd build
cmake ${BUILD_OPTIONS} -DCMAKE_INSTALL_PREFIX=../install ..
ninja -j && ninja install
ninja && ninja install
- name: Test
run: |
cd $GITHUB_WORKSPACE/build
Expand Down

0 comments on commit ddce574

Please sign in to comment.