fix: don't update cmake on macOS

This commit is contained in:
Nikhil Narayana 2025-05-12 21:02:00 -07:00
commit 1cd5c449d3
No known key found for this signature in database
GPG key ID: 2D6E647B8732451F

View file

@ -287,7 +287,6 @@ jobs:
run: |
rm '/usr/local/bin/2to3' || true
echo "HOMEBREW_NO_AUTO_UPDATE=1" >> $GITHUB_ENV
brew upgrade cmake
brew install \
ffmpeg \
libpng \
@ -296,6 +295,7 @@ jobs:
sound-touch \
hidapi \
qt@6
# brew upgrade cmake
- name: "Build ${{ matrix.build_type }} Dolphin"
shell: bash
working-directory: ${{ github.workspace }}