brew update/upgrade on macos

This commit is contained in:
Paulchen-Panther 2025-02-15 20:11:14 +01:00 committed by GitHub
parent 789d62bdae
commit 8bd9ed53af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,8 +123,7 @@ jobs:
echo '::endgroup::'
echo '::group::Update/Install dependencies'
brew untap --force homebrew/core homebrew/cask
brew update || true
brew update && brew upgrade || true
brew install qt@${{ inputs.qt_version }} vulkan-headers ninja libftdi || true
echo '::endgroup::'