mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Overwrite PATH for future steps when running as macOS Intel
This commit is contained in:
parent
c049d35725
commit
c7f48142c6
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -82,8 +82,13 @@ jobs:
|
||||
if: ${{ matrix.os.preset == 'mac' && matrix.os.name == 'macOS-Intel' }}
|
||||
shell: arch -x86_64 /bin/bash -e {0}
|
||||
run: |
|
||||
which brew
|
||||
echo $PATH
|
||||
eval "$(/usr/local/bin/brew shellenv)"
|
||||
/usr/local/bin/brew bundle install
|
||||
which brew
|
||||
echo $PATH
|
||||
echo "PATH=$PATH" >> $GITHUB_ENV # modify $PATH for future steps so the Intel Brew and its installs are enshrined as the default
|
||||
brew bundle install
|
||||
file /usr/local/bin/cmake
|
||||
|
||||
- name: Install Linux dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user