Skip to content

Commit e0fbb3f

Browse files
committed
ci (mac): install brew for amd64
1 parent 98e46ce commit e0fbb3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ jobs:
8080
- uses: actions/checkout@v4
8181
- name: Check for Homebrew
8282
run: /usr/sbin/softwareupdate --install-rosetta --agree-to-license
83+
- name: install brew for amd64
84+
run: arch -x86_64 /usr/bin/env bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
8385
- name: update brew
84-
run: brew update
86+
run: arch -x86_64 /usr/localb/bin/brew update
8587
- name: Install Python and Handle Symlink Conflicts
8688
run: |
8789
arch -x86_64 /usr/local/bin/brew install [email protected] || true

0 commit comments

Comments
 (0)