Skip to content

chore(deps): update actions/checkout action to v4 #31

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #31

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