mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Try not running brew in x86_64
This commit is contained in:
parent
2f060343e1
commit
842e3149e2
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -69,16 +69,14 @@ jobs:
|
||||
shell: arch -x86_64 /bin/bash -e {0}
|
||||
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
- name: Install macOS Intel dependencies
|
||||
- name: Enshrine Intel version of Brew
|
||||
if: ${{ matrix.os.name == 'macOS-Intel' }}
|
||||
shell: arch -x86_64 /bin/bash -e {0}
|
||||
run: |
|
||||
eval "$(/usr/local/bin/brew shellenv)" # makes the Intel version of Brew and its installs are enshrined as the default
|
||||
echo "PATH=$PATH" >> $GITHUB_ENV # modify $PATH so the above step persists into the future steps
|
||||
brew bundle install
|
||||
|
||||
- name: Install macOS ARM dependencies
|
||||
if: ${{ matrix.os.name == 'macOS-ARM' }}
|
||||
- name: Install macOS dependencies
|
||||
run: brew bundle install
|
||||
|
||||
- name: Install Linux dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user