Skip to content

Commit

Permalink
ci: build in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Apr 20, 2024
1 parent a67fa17 commit 4b50527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
-DUSE_BUNDLED_ZLIB=ON \
-DLIBGIT2_FILENAME="${LIBGIT2_BASENAME}" \
${{ matrix.platform.cmake_options }}
cmake --build . --config ${BUILD_TYPE}
cmake --build . --parallel --config ${BUILD_TYPE}
echo "platform=${PLATFORM}" >> $GITHUB_OUTPUT
echo "path=build/${LIBGIT2_FILENAME}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4b50527

Please sign in to comment.