Skip to content

Commit

Permalink
Fix Formula qt5 was renamed to qt@5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed May 26, 2024
1 parent b390d16 commit c0ddca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qt5_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
echo '::group::Update/Install dependencies'
brew untap --force homebrew/core homebrew/cask
brew update || true
brew install qt${{ inputs.qt_version }} vulkan-headers ninja || true
brew install qt@${{ inputs.qt_version }} vulkan-headers ninja || true
echo '::endgroup::'
- name: 👷 Build
Expand Down

0 comments on commit c0ddca3

Please sign in to comment.