File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -303,26 +303,13 @@ jobs:
303303 name : Test Homebrew Formula (macOS)
304304 runs-on : macos-latest
305305 steps :
306- - name : Checkout code
307- uses : actions/checkout@v4
306+ - name : Set up Homebrew
307+ uses : Homebrew/ actions/setup-homebrew@master
308308
309309 - name : Install stable Rust
310310 uses : actions-rs/toolchain@v1
311311 with :
312312 toolchain : stable
313313
314- - name : Install Homebrew
315- run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
316-
317- - name : Set up Homebrew in PATH
318- run : |
319- echo "$HOMEBREW_PREFIX/bin:$HOMEBREW_PREFIX/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" >> $GITHUB_PATH
320-
321- - name : Update Homebrew
322- run : brew update
323-
324314 - name : Let Homebrew build gitui from source
325- run : brew install --head --build-from-source gitui
326-
327- - name : Run Homebrew test
328- run : brew test gitui
315+ run : brew install --build-from-source gitui
You can’t perform that action at this time.
0 commit comments