Skip to content

tgymnich/setup-swift

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-swift

This action sets up a swift environment for use in actions. Supported platforms are: macOS, ubuntu-16.04, ubuntu-18.04 For available versions check the release section on swift.org.

Usage

steps:
- uses: actions/checkout@latest
- uses: tgymnich/setup-swift@v1
  with:
    version: '5.1.3'
- run: swift build