Skip to content

Support Framework Build Phase, Rework Dependency Mapping #30

Support Framework Build Phase, Rework Dependency Mapping

Support Framework Build Phase, Rework Dependency Mapping #30

Workflow file for this run

name: Build
on:
pull_request:
paths:
- '**.swift'
jobs:
build:
runs-on: macos-12
# This doesn't seem to work, even when the internet seems to indicate it should...
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
steps:
- uses: actions/checkout@v3
- name: 🔨 Build
run: |
sudo xcode-select -s /Applications/Xcode_14.2.app/
swift build