Skip to content

Commit 87e377e

Browse files
committed
fix: logging
1 parent 3353be0 commit 87e377e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,11 @@ jobs:
8686
run: |
8787
brew install grep
8888
brew uninstall --ignore-dependencies [email protected]
89+
echo "Downloading for arm64 -----"
8990
FILE=$(brew fetch --force --bottle-tag=arm64_monterey [email protected] | ggrep -oP '(?<=Downloaded to\: ).*')
91+
echo "Downloaded for arm64 -----"
9092
echo "$FILE"
93+
echo "Installing for arm64 -----"
9194
brew install "$FILE"
9295
9396
- name: Install (macos M1)

0 commit comments

Comments
 (0)