mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Do not use shell when installing Rosetta 2
This commit is contained in:
parent
cb3aedce3c
commit
fd8909296a
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -62,7 +62,13 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install macOS Rosetta 2 and Brew
|
||||
- name: Install macOS Rosetta 2
|
||||
if: ${{ matrix.os.name == 'macOS-Intel' }}
|
||||
run: |
|
||||
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
|
||||
echo "MACOS_ARCH_COMMAND=arch -x86_64" >> $GITHUB_ENV
|
||||
|
||||
- name: Install Intel version of Brew
|
||||
if: ${{ matrix.os.name == 'macOS-Intel' }}
|
||||
shell: arch -x86_64 /bin/bash -e {0}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user