1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

ok let's try to install setuptools from homebrew then I guess

This commit is contained in:
Nadia Holmquist Pedersen 2024-04-03 14:23:24 +02:00
parent 89cff6c0d9
commit 1776d02af4

View file

@ -21,9 +21,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies for package building
run: |
brew install autoconf automake autoconf-archive libtool
brew unlink python@3.12
sudo rm /usr/local/bin/python
brew install autoconf automake autoconf-archive libtool python-setuptools
- name: Set up CMake
uses: lukka/get-cmake@latest
- name: Set up vcpkg