Skip to content

Commit

Permalink
Remove pkg-config from macOS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda-Njau committed Nov 26, 2024
1 parent 67fa077 commit e2799d9
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 @@ -28,7 +28,7 @@ jobs:
- name: System dependencies (macOS)
if: startsWith(matrix.os, 'macOS')
run: |
brew install gpatch gmp z3 pkg-config lzlib zlib opam
brew install gpatch gmp z3 lzlib zlib opam
- name: Restore cached opam
id: cache-opam-restore
Expand Down

0 comments on commit e2799d9

Please sign in to comment.