mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix Formula qt5 was renamed to qt@5
This commit is contained in:
parent
b390d16b0c
commit
c0ddca3c5b
2
.github/workflows/qt5_6.yml
vendored
2
.github/workflows/qt5_6.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
|||||||
echo '::group::Update/Install dependencies'
|
echo '::group::Update/Install dependencies'
|
||||||
brew untap --force homebrew/core homebrew/cask
|
brew untap --force homebrew/core homebrew/cask
|
||||||
brew update || true
|
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::'
|
echo '::endgroup::'
|
||||||
|
|
||||||
- name: 👷 Build
|
- name: 👷 Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user