We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set up a specific version of Swift
Copy and paste the following snippet into your .yml file.
- name: Setup Swift Language uses: m-takuma/[email protected]
- name: Setup Swift Language
uses: m-takuma/[email protected]
steps: - name: Checkout uses: actions/checkout@v4 - name: Setup Swift uses: m-takuma/setup-swift@1
steps: - name: Checkout uses: actions/checkout@v4 - name: Setup Swift uses: m-takuma/setup-swift@1 with: swift-version: "5.10.1"