Skip to content

Commit ae83bb1

Browse files
committed
fix
1 parent 24394dc commit ae83bb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/temp.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
FILE=$(brew fetch --force --bottle-tag=arm64_monterey [email protected] | ggrep -oP '(?<=Downloaded to\: ).*[email protected]_monterey.bottle.1.tar.gz')
1616
echo "Filed for arm64 -----"
1717
echo "$FILE"
18+
echo "----"
19+
echo $(brew --cache --bottle-tag=arm64_monterey [email protected])
20+
echo "Move file for arm64 -----"
21+
mv "$FILE" ./[email protected]_monterey.bottle.tar.gz
1822
echo "Installing for arm64 -----"
1923
brew fetch --force --bottle-tag=arm64_monterey [email protected]
20-
brew install $(brew --cache --bottle-tag=arm64_monterey [email protected])
24+
brew install ./[email protected]--1.1.1w.arm64_monterey.bottle.tar.gz

0 commit comments

Comments
 (0)