Skip to content

Project updates

Project updates #208

Workflow file for this run

# https://help.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idname
name: Build
on: [pull_request, push, workflow_dispatch]
jobs:
carthage:
name: Carthage
runs-on: macos-13
steps:
- uses: actions/[email protected]
- uses: AckeeCZ/[email protected]
- name: Build
run: carthage build --no-skip-current --cache-builds --use-xcframeworks