Skip to content

chore(deps): update all non-major dependencies #159

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #159

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@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
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@v4
with:
name: ios
path: build/ios