Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tgymnich/setup-swift
- Owner: tgymnich
- License: mit
- Created: 2019-12-20T02:15:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T21:33:53.000Z (about 3 years ago)
- Last Synced: 2024-12-01T15:46:52.672Z (about 1 month ago)
- Topics: actions, github-action, setup-swift, setup-swift-action, swift
- Language: TypeScript
- Homepage:
- Size: 4.62 MB
- Stars: 1
- Watchers: 2
- 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
```