A GitHub Action for installing the Swiftly toolchain manager for Swift.
To use Swiftly in your workflow, specify the repository followed by a tag as with any action:
steps:
- uses: actions/checkout@v4
- uses: vapor/[email protected]
with:
toolchain: latest # optional
On completion, swiftly
's executable will be present in PATH
, and the SWIFTLY_HOME_DIR
and SWIFTLY_BIN_DIR
environment variables will be available to all following steps.
At this time, the only argument supported is toolchain
, which specifies a Swift toolchain name for Swiftly to install along with Swiftly itself. If the argument is omitted, only Swiftly itself is installed.
Contributions are welcome! Check out Vapor's Contribution Guide.
All code in this repository is released under the MIT License.