We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e46ce commit e0fbb3fCopy full SHA for e0fbb3f
.github/workflows/release.yml
@@ -80,8 +80,10 @@ jobs:
80
- uses: actions/checkout@v4
81
- name: Check for Homebrew
82
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)"
85
- name: update brew
- run: brew update
86
+ run: arch -x86_64 /usr/localb/bin/brew update
87
- name: Install Python and Handle Symlink Conflicts
88
run: |
89
arch -x86_64 /usr/local/bin/brew install [email protected] || true
0 commit comments