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: 5 months ago
JSON representation
🏎 Setup your runner with Swift
- Host: GitHub
- URL: https://github.com/tgymnich/setup-swift
- Owner: tgymnich
- License: mit
- Created: 2019-12-20T02:15:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T21:33:53.000Z (over 4 years ago)
- Last Synced: 2025-11-19T13:24:36.522Z (7 months ago)
- Topics: actions, github-action, setup-swift, setup-swift-action, swift
- Language: TypeScript
- Homepage:
- Size: 4.62 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```