Jimexist commented on code in PR #2719:
URL: https://github.com/apache/thrift/pull/2719#discussion_r1005175720
##########
.github/workflows/build.yml:
##########
@@ -275,6 +275,11 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: Setup Swift
+ uses: swift-actions/[email protected]
+ with:
+ swift-version: "5.7"
Review Comment:
if we only run on GitHub hosted runners, then the only way is to follow the
current approach: [adding steps to customize the environment][1]
[1]:
https://docs.github.com/en/actions/using-github-hosted-runners/customizing-github-hosted-runners
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]