Swift install
Version updated for https://github.com/rarestype/swift-install-action to version 1.0.2.
- This action is used across all versions by 17 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the installation of the Swift toolchain on macOS and Linux runners by dynamically constructing download URLs for specific Swift versions. It addresses the issue of deployment lag in other Swift installation actions by providing a flexible and customizable approach to downloading and setting up the toolchain. Upon successful installation, it sets an environment variable pointing to the toolchain resources, streamlining setup for Swift-based workflows.
What’s Changed
What’s Changed
- Autoconfig by @tayloraswift in https://github.com/rarestype/swift-install-action/pull/2
Full Changelog: https://github.com/rarestype/swift-install-action/compare/v1...1.0.2