workflows/tests: avoid resetting homebrew/bundle

This command was being called with the wrong relative path, so it
silently did nothing. Now that `update-reset` errors out from invalid
arguments, we know that running `update-reset` here is not needed.
This commit is contained in:
Carlo Cabrera 2023-02-28 21:47:08 +08:00
parent 53053e0625
commit e2082f0c53
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -103,8 +103,6 @@ jobs:
brew tap homebrew/portable-ruby brew tap homebrew/portable-ruby
brew tap homebrew/services brew tap homebrew/services
brew update-reset Library/Taps/homebrew/homebrew-bundle
# brew style doesn't like world writable directories # brew style doesn't like world writable directories
sudo chmod -R g-w,o-w "$(brew --repo)/Library/Taps" sudo chmod -R g-w,o-w "$(brew --repo)/Library/Taps"