From 361784fea82b76ea8c03739dbeb2569f5379db59 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Tue, 7 Nov 2023 01:47:03 +0100 Subject: [PATCH] fix: build --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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