Skip to content

Commit

Permalink
CMake parallel only for build
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 31, 2024
1 parent dadcb04 commit e3a97e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git clone https://github.com/libgit2/libgit2.git
mkdir libgit2/build
cd libgit2/build
cmake .. -DBUILD_CLI=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF --parallel 4
cmake .. -DBUILD_CLI=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF
cmake --build . --target install --parallel 4
- uses: actions/checkout@v4
- run: make -j release
Expand Down

0 comments on commit e3a97e8

Please sign in to comment.