Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bohning authored May 3, 2024
1 parent 96fb177 commit 09f7c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ jobs:
uses: actions/checkout@v4
- name: Install Dependencies
run: |
brew install pkg-config
brew install qt
brew install taglib
brew install mediainfo;
brew install media-info
brew install create-dmg
- name: Fix Qt lib rpaths # see: https://github.com/orgs/Homebrew/discussions/2823#discussioncomment-2010340)
run: |
Expand Down

0 comments on commit 09f7c0e

Please sign in to comment.