We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3353be0 commit 87e377eCopy full SHA for 87e377e
.github/workflows/release.yml
@@ -86,8 +86,11 @@ jobs:
86
run: |
87
brew install grep
88
brew uninstall --ignore-dependencies [email protected]
89
+ echo "Downloading for arm64 -----"
90
FILE=$(brew fetch --force --bottle-tag=arm64_monterey [email protected] | ggrep -oP '(?<=Downloaded to\: ).*')
91
+ echo "Downloaded for arm64 -----"
92
echo "$FILE"
93
+ echo "Installing for arm64 -----"
94
brew install "$FILE"
95
96
- name: Install (macos M1)
0 commit comments