Skip to content

fix(deps): update golang.org/x/mobile digest to dc64209 #34

fix(deps): update golang.org/x/mobile digest to dc64209

fix(deps): update golang.org/x/mobile digest to dc64209 #34

Workflow file for this run

name: iOS CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.4
check-latest: true
- name: Ensure gomobile is installed.
run: go install golang.org/x/mobile/cmd/gomobile@latest && gomobile init
- name: Build
run: make build-ios
- uses: actions/upload-artifact@v3
with:
name: ios
path: build/ios