diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml index 76c230893..b72df93f3 100644 --- a/.github/workflows/generate-builds.yml +++ b/.github/workflows/generate-builds.yml @@ -99,9 +99,9 @@ jobs: - name: Install dependencies if: ${{ !vars.MAC_RUNNER }} run: | - brew uninstall --ignore-dependencies libpng cmake + brew uninstall --ignore-dependencies libpng sudo port install $(cat .github/workflows/macports-deps.txt) - brew install ninja + brew install ninja libzip - name: Download soh.otr uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/macports-deps.txt b/.github/workflows/macports-deps.txt index 084428d16..17e4d3fc3 100644 --- a/.github/workflows/macports-deps.txt +++ b/.github/workflows/macports-deps.txt @@ -1 +1 @@ -libsdl2 +universal libsdl2_net +universal libpng +universal glew +universal libzip +universal \ No newline at end of file +libsdl2 +universal libsdl2_net +universal libpng +universal glew +universal \ No newline at end of file