macOS dependency fix

This commit is contained in:
Paulchen-Panther 2023-11-27 16:24:59 +01:00 committed by GitHub
parent a1f0821f33
commit 6b8c0dbcce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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