diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13173b47..e4812122 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,8 +68,11 @@ jobs: if: matrix.platform == 'macos' || matrix.platform == 'ios' run: | # xcode-select --install || softwareupdate --all --install --force - brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed" - brew install create-dmg tree python@3.10 + # brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed" + brew uninstall --ignore-dependencies python@3.12 + brew install python@3.10 + python3 -m pip install --upgrade distutils + brew install create-dmg tree npm install -g appdmg - name: Setup Flutter uses: subosito/flutter-action@v2 @@ -108,8 +111,6 @@ jobs: chmod +x appimagetool mv appimagetool /usr/local/bin/ - - - name: Get Geo Assets run: | make get-geo-assets