Skip to content

Fix build with latest Swift toolchain snapshot #443

Fix build with latest Swift toolchain snapshot

Fix build with latest Swift toolchain snapshot #443

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-15
- macos-26
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Install Swift Toolchain'
uses: finnvoor/swiftly-action@main
- name: 'Install Playdate SDK'
uses: finnvoor/playdatesdk-action@main
- name: Build
run: swift build -c release