diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c467eb02..481c5ef6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,12 +105,11 @@ jobs: - name: Install macos dmg needed tools if: matrix.platform == 'macos' || matrix.platform == 'ios' run: | - xcode-select --install + # xcode-select --install || softwareupdate --all --install --force + brew install create-dmg tree npm install -g appdmg - - - name: Get Geo Assets run: | make get-geo-assets