Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tgymnich/setup-swift

🏎 Setup your runner with Swift
https://github.com/tgymnich/setup-swift

actions github-action setup-swift setup-swift-action swift

Last synced: 17 days ago
JSON representation

🏎 Setup your runner with Swift

Awesome Lists containing this project

README

        

# 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](https://swift.org/download/#releases).

# Usage

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