fix: build

This commit is contained in:
Hiddify
2023-11-07 01:47:03 +01:00
parent c3af681925
commit 361784fea8

View File

@@ -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