Skip to content

Adopt PIF cache as a means for determining targets and relationships #57

Adopt PIF cache as a means for determining targets and relationships

Adopt PIF cache as a means for determining targets and relationships #57

Workflow file for this run

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