forked from qt-creator/qt-creator
Github: Update brew during macOS build
Change-Id: I25ff57735c59340d3e2f3e57e6a342ff6826f122 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
1
.github/workflows/build_cmake.yml
vendored
1
.github/workflows/build_cmake.yml
vendored
@@ -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}
|
||||
|
Reference in New Issue
Block a user