diff --git a/.github/workflows/Release.core.yml b/.github/workflows/Release.core.yml index 161f348..58bb1c4 100644 --- a/.github/workflows/Release.core.yml +++ b/.github/workflows/Release.core.yml @@ -75,6 +75,11 @@ jobs: token: ${{ secrets.GH_TOKEN }} path: 'go' + - if: steps.check_asset.outputs.skip_build != 'true' + name: Install go mobile (mobile) + run: | + go install golang.org/x/mobile/cmd/gomobile@latest + - name: Build (ios) if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'ios' run: |