diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index 4a63fd6a..07716f2b 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -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::'