Skip to content

Commit

Permalink
ci (mac): install brew for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jul 24, 2024
1 parent 98e46ce commit e0fbb3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ jobs:
- uses: actions/checkout@v4
- name: Check for Homebrew
run: /usr/sbin/softwareupdate --install-rosetta --agree-to-license
- name: install brew for amd64
run: arch -x86_64 /usr/bin/env bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: update brew
run: brew update
run: arch -x86_64 /usr/localb/bin/brew update
- name: Install Python and Handle Symlink Conflicts
run: |
arch -x86_64 /usr/local/bin/brew install python@3.12 || true
Expand Down

0 comments on commit e0fbb3f

Please sign in to comment.