From 8bd9ed53afd20ba49b6cf9428da3bf3a84bb3460 Mon Sep 17 00:00:00 2001 From: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Sat, 15 Feb 2025 20:11:14 +0100 Subject: [PATCH] brew update/upgrade on macos --- .github/workflows/qt5_6.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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::'