mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra: fix git-action ios break
This commit is contained in:
parent
4cf2cc6707
commit
cc868e2248
2 changed files with 15 additions and 6 deletions
14
.github/workflows/build_ios.yml
vendored
14
.github/workflows/build_ios.yml
vendored
|
@ -16,10 +16,15 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Unbreak Python in Github Actions
|
||||
run: |
|
||||
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
|
||||
sudo rm -rf /Library/Frameworks/Python.framework/
|
||||
brew install --force python3 && brew unlink python3 && brew link --overwrite python3
|
||||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
export HOMEBREW_NO_INSTALL_FROM_API=1
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
brew update
|
||||
brew install meson
|
||||
|
||||
|
@ -40,10 +45,15 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Unbreak Python in Github Actions
|
||||
run: |
|
||||
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
|
||||
sudo rm -rf /Library/Frameworks/Python.framework/
|
||||
brew install --force python3 && brew unlink python3 && brew link --overwrite python3
|
||||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
export HOMEBREW_NO_INSTALL_FROM_API=1
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
brew update
|
||||
brew install meson
|
||||
|
||||
|
|
7
.github/workflows/build_macos.yml
vendored
7
.github/workflows/build_macos.yml
vendored
|
@ -20,12 +20,11 @@ jobs:
|
|||
run: |
|
||||
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
|
||||
sudo rm -rf /Library/Frameworks/Python.framework/
|
||||
brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
|
||||
brew install --force python3 && brew unlink python3 && brew link --overwrite python3
|
||||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
export HOMEBREW_NO_INSTALL_FROM_API=1
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
brew update
|
||||
brew install meson efl
|
||||
|
||||
|
@ -45,7 +44,7 @@ jobs:
|
|||
run: |
|
||||
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
|
||||
sudo rm -rf /Library/Frameworks/Python.framework/
|
||||
brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
|
||||
brew install --force python3 && brew unlink python3 && brew link --overwrite python3
|
||||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
|
@ -68,7 +67,7 @@ jobs:
|
|||
run: |
|
||||
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
|
||||
sudo rm -rf /Library/Frameworks/Python.framework/
|
||||
brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
|
||||
brew install --force python3 && brew unlink python3 && brew link --overwrite python3
|
||||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue