Skip to content

Commit

Permalink
remove macos pkgconf workaround
Browse files Browse the repository at this point in the history
seems to no longer be needed

Co-authored-by: Marcello Seri <[email protected]>
  • Loading branch information
SkySkimmer and mseri authored Dec 10, 2024
1 parent 75701fe commit d083a3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:

- name: Install system dependencies
run: |
brew unlink pkg-config
brew install gnu-time opam gtksourceview3 adwaita-icon-theme expat libxml2 pkgconf
brew unlink pkgconf
brew link pkg-config
brew install gnu-time opam gtksourceview3 adwaita-icon-theme expat libxml2
- name: Install OCaml dependencies
run: |
Expand Down

0 comments on commit d083a3a

Please sign in to comment.