Skip to content

Commit

Permalink
Fixed make command
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 30, 2024
1 parent 783ba6d commit e339c64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
- run: |
git clone https://github.com/libgit2/libgit2.git
mkdir -p libgit2/build libgit2/target && cd libgit2/build
cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/../target -DBUILD_CLI=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF
cmake .. -DBUILD_CLI=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF
cmake --build . --target install
find $PWD/../target
make -j release
- run: make -j release
working-directory: custom-prompt

# build_macos_windows:
# name: build on ${{ matrix.os.name }}
Expand Down

0 comments on commit e339c64

Please sign in to comment.