mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
fix
This commit is contained in:
parent
cc91fea347
commit
90eff9149f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -276,7 +276,7 @@ jobs:
|
|||
if: ${{matrix.soc == 'Intel'}}
|
||||
shell: bash
|
||||
run: |
|
||||
softwareupdate --install-rosetta
|
||||
softwareupdate --install-rosetta --force
|
||||
arch --x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
echo "alias brew='arch --x86_64 /usr/local/Homebrew/bin/brew'" >> aliases.sh
|
||||
|
||||
|
|
@ -287,7 +287,7 @@ jobs:
|
|||
env:
|
||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||
run: |
|
||||
src aliases.sh
|
||||
source aliases.sh
|
||||
brew update
|
||||
brew install ccache protobuf qt --force-bottle
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue