fix: build
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -68,8 +68,11 @@ jobs:
|
|||||||
if: matrix.platform == 'macos' || matrix.platform == 'ios'
|
if: matrix.platform == 'macos' || matrix.platform == 'ios'
|
||||||
run: |
|
run: |
|
||||||
# xcode-select --install || softwareupdate --all --install --force
|
# xcode-select --install || softwareupdate --all --install --force
|
||||||
brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed"
|
# brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed"
|
||||||
brew install create-dmg tree python@3.10
|
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
|
npm install -g appdmg
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
@@ -108,8 +111,6 @@ jobs:
|
|||||||
chmod +x appimagetool
|
chmod +x appimagetool
|
||||||
mv appimagetool /usr/local/bin/
|
mv appimagetool /usr/local/bin/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Get Geo Assets
|
- name: Get Geo Assets
|
||||||
run: |
|
run: |
|
||||||
make get-geo-assets
|
make get-geo-assets
|
||||||
|
|||||||
Reference in New Issue
Block a user