update
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -102,12 +102,15 @@ jobs:
|
||||
chmod +x appimagetool
|
||||
mv appimagetool /usr/local/bin/
|
||||
|
||||
- name: Build macos dmg
|
||||
- name: Install macos dmg needed tools
|
||||
if: matrix.platform == 'macos' || matrix.platform == 'ios'
|
||||
run: |
|
||||
brew install create-dmg tree node
|
||||
xcode-select --install
|
||||
brew install create-dmg tree
|
||||
npm install -g appdmg
|
||||
|
||||
|
||||
|
||||
- name: Get Geo Assets
|
||||
run: |
|
||||
make get-geo-assets
|
||||
|
||||
Reference in New Issue
Block a user