Skip to content

Commit

Permalink
ci: install pkg-config on macOS worker
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Aug 2, 2023
1 parent 66dd4bf commit a3d7102
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
repository: rizinorg/rizin
path: rizin
ref: ${{ inputs.rizin_ref }}

- name: Install pkg-config with Homebrew
if: matrix.os == 'macos-latest' && matrix.enabled
run: brew install pkg-config

- name: Run rz-bindgen
uses: pypa/[email protected]
Expand Down

0 comments on commit a3d7102

Please sign in to comment.