👷 release core ci

This commit is contained in:
niuhuan 2024-04-03 16:42:49 +08:00
parent a7d801675f
commit ce11eb1e0f
1 changed files with 5 additions and 0 deletions

View File

@ -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: |