Skip to content

Tweek .github/workflows/ci.yml (update on:, use actions/checkout@v3) #143

Tweek .github/workflows/ci.yml (update on:, use actions/checkout@v3)

Tweek .github/workflows/ci.yml (update on:, use actions/checkout@v3) #143

Workflow file for this run

name: TrueWidget CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
submodules: recursive
- name: brew install
run: brew install xcodegen
- name: package
run: make clean build