diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 59fb4bce..2174e7e1 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -21,7 +21,9 @@ jobs: - name: Install dependencies working-directory: ${{runner.workspace}} run: | - brew install cmake sdl2 qt5 libslirp libarchive + rm -rf /usr/local/bin/2to3 # Temporary workaround suggested here - https://github.com/actions/virtual-environments/issues/2322#issuecomment-749211076 + brew update + brew install sdl2 qt@5 libslirp libarchive - name: Create build environment run: mkdir ${{runner.workspace}}/build - name: Configure diff --git a/README.md b/README.md index 09216f4c..ef9ab12a 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ If everything went well, melonDS should now be in the `dist` folder. ### macOS: 1. Install the [Homebrew Package Manager](https://brew.sh) -2. Install dependencies: `brew install git pkg-config cmake sdl2 qt5 libslirp libarchive` +2. Install dependencies: `brew install git pkg-config cmake sdl2 qt@5 libslirp libarchive` 3. Compile: ```zsh git clone https://github.com/Arisotura/melonDS.git