Skip to content

Commit 8bd9ed5

Browse files
brew update/upgrade on macos
1 parent 789d62b commit 8bd9ed5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/qt5_6.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ jobs:
123123
echo '::endgroup::'
124124
125125
echo '::group::Update/Install dependencies'
126-
brew untap --force homebrew/core homebrew/cask
127-
brew update || true
126+
brew update && brew upgrade || true
128127
brew install qt@${{ inputs.qt_version }} vulkan-headers ninja libftdi || true
129128
echo '::endgroup::'
130129

0 commit comments

Comments
 (0)