mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
Fix GitHub runner failing on macOS (Homebrew install script already runs brew update)
This commit is contained in:
@@ -51,7 +51,6 @@ jobs:
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
brew update
|
||||
brew install bash
|
||||
brew install gnu-sed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user