Skip to content

Commit

Permalink
Fix macos again
Browse files Browse the repository at this point in the history
This reverts commit df115fb where the
`brew upgrade` seems broken.
  • Loading branch information
SkySkimmer committed Dec 9, 2024
1 parent 476460f commit 75701fe
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: homebrew outdated pkg-config fix
run: |
brew update
brew upgrade
brew install pkgconf
# work around https://github.com/actions/runner-images/issues/10984
- name: Install system dependencies
run: |
brew install gnu-time opam gtksourceview3 adwaita-icon-theme expat libxml2
brew unlink pkg-config
brew install gnu-time opam gtksourceview3 adwaita-icon-theme expat libxml2 pkgconf
brew unlink pkgconf
brew link pkg-config
- name: Install OCaml dependencies
run: |
Expand Down

0 comments on commit 75701fe

Please sign in to comment.