Skip to content

Use Swift tools 5.7.1 so CI on GitHub can build the package. #112

Use Swift tools 5.7.1 so CI on GitHub can build the package.

Use Swift tools 5.7.1 so CI on GitHub can build the package. #112

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Checkout Project
uses: actions/checkout@v1
- name: Run Build
run: swift build