Skip to content

Improvement: Add libfmt support #689

Improvement: Add libfmt support

Improvement: Add libfmt support #689

Workflow file for this run

name: Build app
on:
pull_request:
jobs:
build:
name: Build app with fastlane
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install gems
run: bundle install
- name: Build
run: bundle exec fastlane build_pr