Skip to content

Commit

Permalink
do not use deprecated libgit2 features
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Aug 29, 2022
1 parent 1b564e1 commit 09f8d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
run: |
mkdir -p build/release
cd build/release
cmake -G Ninja -DDEPRECATE_HARD:BOOL=ON -DUSE_BUNDLED_ZLIB:BOOL=ON -DCMAKE_BUILD_TYPE=Release ${{ env.CMAKE_FLAGS }} ${{ matrix.env.cmake_flags }} ../..
cmake -G Ninja -DUSE_BUNDLED_ZLIB:BOOL=ON -DCMAKE_BUILD_TYPE=Release ${{ env.CMAKE_FLAGS }} ${{ matrix.env.cmake_flags }} ../..
- name: Build Information
run: |
Expand Down

0 comments on commit 09f8d2c

Please sign in to comment.