mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
macOS dependency fix
This commit is contained in:
parent
a1f0821f33
commit
6b8c0dbcce
4
.github/workflows/qt5_6.yml
vendored
4
.github/workflows/qt5_6.yml
vendored
@ -124,9 +124,9 @@ jobs:
|
||||
echo '::endgroup::'
|
||||
|
||||
echo '::group::Update/Install dependencies'
|
||||
brew untap --force homebrew/core homebrew/cask
|
||||
brew update || true
|
||||
brew install --overwrite qt${{ inputs.qt_version }} libusb
|
||||
brew link --overwrite --force qt${{ inputs.qt_version }}
|
||||
brew install qt${{ inputs.qt_version }} vulkan-headers || true
|
||||
echo '::endgroup::'
|
||||
|
||||
- name: 👷 Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user