mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
fix: don't update cmake on macOS
This commit is contained in:
parent
b9653a4a80
commit
1cd5c449d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue