workflows/tests: don't update-reset homebrew/core. (#54644)

This shouldn't be necessary as there's a slimmer fetch happening below.
master
Mike McQuaid 2020-05-13 11:22:44 +01:00 committed by GitHub
parent d7102825ba
commit f7f14cb527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ jobs:
HOMEBREW_CORE_REPOSITORY="$HOMEBREW_REPOSITORY/Library/Taps/homebrew/homebrew-core"
git -C "$HOMEBREW_CORE_REPOSITORY" remote set-url origin "https://github.com/$GITHUB_REPOSITORY"
brew update-reset "$HOMEBREW_CORE_REPOSITORY"
else
HOMEBREW_PREFIX=/home/linuxbrew/.linuxbrew
HOMEBREW_REPOSITORY="$HOMEBREW_PREFIX/Homebrew"