Skip to content

Commit a91b65f

Browse files
committed
Try to reset Brew.
The `brew update` in the workflow failed with "Error: Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core failed!" changing to `brew update-reset` (from the docs - "last effort to fix a problem").
1 parent c875500 commit a91b65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
sudo apt-get update
7373
sudo apt-get install enchant-2
7474
elif [ "$RUNNER_OS" == "macOS" ]; then
75-
brew update
75+
brew update-reset
7676
brew install enchant
7777
fi
7878
- name: Install dependencies

0 commit comments

Comments
 (0)