Skip to content

Commit 68b5bc4

Browse files
committed
fix
1 parent 5e8326d commit 68b5bc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/temp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
echo $(brew --cache --bottle-tag=arm64_monterey [email protected])
2020
echo "Move file for arm64 -----"
2121
mv "$FILE" ./openssl.arm64_monterey.bottle.tar.gz
22+
tar -xzf ./openssl.arm64_monterey.bottle.tar.gz
2223
echo "Installing for arm64 -----"
23-
brew install ./openssl.arm64_monterey.bottle.tar.gz
24+
brew install ./openssl.arm64_monterey.bottle/formula.rb

0 commit comments

Comments
 (0)