mirror of
https://github.com/project-slippi/Ishiiruka.git
synced 2025-10-06 00:12:42 +02:00
fix: don't update cmake on macOS
This commit is contained in:
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@@ -316,7 +316,6 @@ jobs:
|
||||
run: |
|
||||
rm '/usr/local/bin/2to3' || true
|
||||
echo "HOMEBREW_NO_AUTO_UPDATE=1" >> $GITHUB_ENV
|
||||
brew upgrade cmake
|
||||
brew install \
|
||||
ffmpeg@2.8 \
|
||||
libpng \
|
||||
@@ -325,6 +324,7 @@ jobs:
|
||||
sound-touch \
|
||||
hidapi \
|
||||
python@3.10
|
||||
# brew upgrade cmake
|
||||
- id: rust_ver
|
||||
name: Grab Rust Version
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user