mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
ci: try to unlink homebrew's python
GitHub thinks it's really cool to mess with the actions runner images at random so they broke our build again by doing something unexpected.
This commit is contained in:
3
.github/workflows/build-macos.yml
vendored
3
.github/workflows/build-macos.yml
vendored
@ -21,7 +21,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies for package building
|
||||
run: |
|
||||
brew install autoconf automake autoconf-archive libtool && pip3 install setuptools
|
||||
brew install autoconf automake autoconf-archive libtool
|
||||
brew unlink python@3.12
|
||||
- name: Set up CMake
|
||||
uses: lukka/get-cmake@latest
|
||||
- name: Set up vcpkg
|
||||
|
Reference in New Issue
Block a user