Skip to content

Commit 87e377e

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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 openssl@1.1
89+
echo "Downloading for arm64 -----"
8990
FILE=$(brew fetch --force --bottle-tag=arm64_monterey openssl@1.1 | 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)