Skip to content

Ignore test bundles when generating bitcode #78

Ignore test bundles when generating bitcode

Ignore test bundles when generating bitcode #78

Workflow file for this run

name: Build
on:
pull_request:
paths:
- '**.swift'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: 🔨 Build
run: |
sudo xcode-select -s /Applications/Xcode_15.4.app/
swift build