Skip to content

Commit

Permalink
ci: add libgit2 dep to release pipeline macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaDucak committed Jan 8, 2024
1 parent 0f71106 commit b546017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: brew install boost openssl
- run: brew install boost openssl libgit2

- name: Build for MacOS
run: |
Expand Down

0 comments on commit b546017

Please sign in to comment.