Skip to content

Commit

Permalink
macos bump
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Nov 19, 2024
1 parent b3aac73 commit e059e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install dependencies (macos)
if: ${{ env.OS == 'darwin' }}
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
arch -x86_64 /usr/local/bin/brew install gcc
brew install autoconf make
brew tap homebrew/cask
Expand Down

0 comments on commit e059e32

Please sign in to comment.