Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 30, 2024
1 parent e984370 commit ec16351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ci-scripts/arm-brew-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ for bottle in "${@:2}"
do
echo "Installing $bottle"
response=$("$DIR1/bin/brew" fetch --force --bottle-tag=arm64_ventura "$bottle" | grep "Downloaded to")
echo "$response"
IFS=" " read -r -a parsed <<< "$response"
"$DIR1/bin/brew" install "${parsed[2]}"
done
2 changes: 0 additions & 2 deletions ci-scripts/arm-brew-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ DIR0="$( cd "$1" && pwd )"
DIR1="$DIR0/arm-homebrew"
mkdir "$DIR1"
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C "$DIR1"

"$DIR1/bin/brew" tap homebrew/core

0 comments on commit ec16351

Please sign in to comment.