mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Workaround weird brew/python thing by deleting python binaries
This commit is contained in:
@@ -307,6 +307,11 @@ jobs:
|
||||
- name: Install Homebrew dependencies
|
||||
run: |
|
||||
brew update || true
|
||||
sudo rm /usr/local/bin/2to3 || true
|
||||
sudo rm /usr/local/bin/idle3 || true
|
||||
sudo rm /usr/local/bin/pydoc3 || true
|
||||
sudo rm /usr/local/bin/python3 || true
|
||||
sudo rm /usr/local/bin/python3-config || true
|
||||
brew install qt5 lftp automake pcre
|
||||
brew link qt5 --force
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user