From ce11eb1e0fdefd29945084f047bf42187244cfcd Mon Sep 17 00:00:00 2001 From: niuhuan Date: Wed, 3 Apr 2024 16:42:49 +0800 Subject: [PATCH] :construction_worker: release core ci --- .github/workflows/Release.core.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: |