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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5c1192 Β· Jan 1, 2022

History

84 Commits
Jan 1, 2022
Dec 21, 2019
Nov 17, 2020
Dec 21, 2019
Dec 20, 2019
Nov 17, 2020
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Sep 22, 2020
Dec 21, 2019
Dec 20, 2019
May 1, 2021
May 1, 2021
Dec 20, 2019

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