Fix Formula qt5 was renamed to qt@5

This commit is contained in:
LordGrey 2024-05-26 17:59:50 +02:00 committed by GitHub
parent b390d16b0c
commit c0ddca3c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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