Skip to content

Introduce Folders To Patch #17

Introduce Folders To Patch

Introduce Folders To Patch #17

Workflow file for this run

name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v -c release -Xswiftc -target -Xswiftc x86_64-apple-macosx10.15