Fix GitHub runner failing on macOS (Homebrew install script already runs brew update)

This commit is contained in:
Hecklezz
2026-04-24 22:28:52 +10:00
parent a8c190cd74
commit 0cef30c57e
-1
View File
@@ -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