mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Set-up brew path correctly before bundle install
This commit is contained in:
parent
b7b410fe73
commit
f3f8d1e5fa
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -75,7 +75,9 @@ jobs:
|
||||
|
||||
- name: Install macOS Intel dependencies
|
||||
if: ${{ matrix.os.preset == 'mac' && matrix.os.name == 'macOS-Intel' }}
|
||||
run: arch -x86_64 /usr/local/homebrew/bin/brew bundle install
|
||||
run: |
|
||||
$MACOS_ARCH_COMMAND eval "$(/usr/local/bin/brew shellenv)"
|
||||
$MACOS_ARCH_COMMAND /usr/local/bin/brew bundle install
|
||||
|
||||
- name: Install Linux dependencies
|
||||
if: ${{ matrix.os.runner == 'ubuntu-latest' }}
|
||||
|
Loading…
Reference in New Issue
Block a user