diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 282d86d8..c467eb02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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