Skip to content

Commit

Permalink
ci: macOS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philn committed Dec 18, 2023
1 parent 7969e1a commit b5a41ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: |
sudo chown -R $(whoami) $(brew --prefix)/*
brew update
brew upgrade || true
brew link --overwrite [email protected]
brew install pkg-config pango gtk+4 libadwaita gstreamer
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit b5a41ce

Please sign in to comment.