Skip to content

Commit

Permalink
Try working around Homebrew issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 23, 2024
1 parent 3ea4479 commit e362cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
# https://github.com/actions/runner-images/issues/8500
brew upgrade || brew link --overwrite [email protected]
# Work around another potential upstream issue
# https://github.com/fwcd/d2/actions/runs/11991028156/job/33429199902
brew link --overwrite pkgconf
Scripts/install-dependencies-brew
- name: Install Swift
# https://github.com/swift-actions/setup-swift/pull/684
Expand Down

0 comments on commit e362cee

Please sign in to comment.