We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When running the action with swift-version 5.7.1 one gets the error Error: Version "5.7.1" is not available.
swift-version
Error: Version "5.7.1" is not available
Is this a question of just adding that released version to swift-versions.ts and then it would just work?
Workflow configuration (please complete the following information):
uses
swift-actions/setup-swift@v1
runs-on
ubuntu-latest
macos-latest
The text was updated successfully, but these errors were encountered:
Ah, I just saw #499
Sorry, something went wrong.
Do I understand that #499 is blocked on windows problems? Is there any chance to get the update out at least for other platform in the meantime?
I don't think it's blocked on windows support, I just pushed to the PR again to not bump windows for now
Fixed in #499 and released as 1.20.0 🎉
fwal
No branches or pull requests
Describe the bug
When running the action with
swift-version
5.7.1 one gets the errorError: Version "5.7.1" is not available
.Is this a question of just adding that released version to swift-versions.ts and then it would just work?
Workflow configuration (please complete the following information):
uses
):swift-actions/setup-swift@v1
runs-on
):ubuntu-latest
andmacos-latest
swift-version
): 5.7.1The text was updated successfully, but these errors were encountered: