Update the installation method for Swiftly in CI#37
Merged
mattmassicotte merged 1 commit intotree-sitter:mainfrom Sep 23, 2025
sionnx:main
Merged
Update the installation method for Swiftly in CI#37mattmassicotte merged 1 commit intotree-sitter:mainfrom sionnx:main
mattmassicotte merged 1 commit intotree-sitter:mainfrom
sionnx:main
Conversation
Contributor
Author
|
libcurl4-openssl-dev is need by swift on ubuntu https://www.swift.org/install/linux/tarball/#installation-via-tarball |
Contributor
|
Ohh thank you for taking care of this. I've been meaning to integrate https://github.com/vapor/swiftly-action for a while now, but this is great to unblock everything. |
Member
Contributor
|
Oh interesting, thanks for pointing that out @ObserverOfTime! I hadn't noticed that before. I'm inclined to not stray too far from the official tools, which swiftly is. However, as you can see here, Swift CI support via GitHub actions is fragile. I've known I needed to spend some time here, and I can get this sorted out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The installation method for Swiftly has changed, making it impossible to install on newer versions of Ubuntu.
The installation method has been updated to fix CI issues.
https://www.swift.org/install/linux/