Skip to content

Commit

Permalink
ci: reduce parallelism to fix macos bot
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Apr 28, 2024
1 parent 4ee6c07 commit ab5893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
CMAKE_OPTIONS: -DENABLE_MULTILIB=${{ matrix.multilib }}
run: |
cmake -B "$BUILD_DIR" -S "$GITHUB_WORKSPACE" $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX:PATH="$INSTALL_DIR" -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
cmake --build "$BUILD_DIR" --parallel 4 --target install
cmake --build "$BUILD_DIR" --parallel 2 --target install
- name: Run [functional test]
run: |
Expand Down

0 comments on commit ab5893a

Please sign in to comment.