MacOS build - install libftdi

This commit is contained in:
LordGrey 2024-05-26 17:50:44 +02:00 committed by GitHub
parent 6f3f721c26
commit fb574b812f
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 libftdi || true
echo '::endgroup::'
- name: 👷 Build