Github: Update brew during macOS build

Change-Id: I25ff57735c59340d3e2f3e57e6a342ff6826f122
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-09-16 09:35:00 +02:00
parent 5696f6ecda
commit 8c477f9b2a

View File

@@ -85,6 +85,7 @@ jobs:
- name: Install UPX (macOS)
if: ${{ startsWith(matrix.config.os, 'macos') }}
run: |
brew update
brew install upx
- name: Download Ninja and CMake
shell: cmake -P {0}