mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
install separate homebrew
This commit is contained in:
parent
16cc3618e1
commit
cc91fea347
1 changed files with 10 additions and 1 deletions
11
.github/workflows/desktop-build.yml
vendored
11
.github/workflows/desktop-build.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
tag: ${{steps.configure.outputs.tag}}
|
tag: ${{steps.configure.outputs.tag}}
|
||||||
sha: ${{steps.configure.outputs.sha}}
|
sha: ${{steps.configure.outputs.sha}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Configure
|
- name: Configure
|
||||||
id: configure
|
id: configure
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
@ -272,6 +272,14 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
|
- name: Install x86_64 Homebrew
|
||||||
|
if: ${{matrix.soc == 'Intel'}}
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
softwareupdate --install-rosetta
|
||||||
|
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
|
||||||
|
|
||||||
- name: Install dependencies using Homebrew
|
- name: Install dependencies using Homebrew
|
||||||
shell: bash
|
shell: bash
|
||||||
# CMake cannot find the MySQL connector
|
# CMake cannot find the MySQL connector
|
||||||
|
|
@ -279,6 +287,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||||
run: |
|
run: |
|
||||||
|
src aliases.sh
|
||||||
brew update
|
brew update
|
||||||
brew install ccache protobuf qt --force-bottle
|
brew install ccache protobuf qt --force-bottle
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue