We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de4c9a commit 1d75557Copy full SHA for 1d75557
.github/workflows/main.yml
@@ -93,7 +93,10 @@ jobs:
93
sdk: 2.14.0
94
95
- name: Setup Additional Languages (swift)
96
- uses: swift-actions/setup-swift@v2
+ # TODO: Use the release version again once
97
+ # https://github.com/swift-actions/setup-swift/pull/680
98
+ # is merged
99
+ uses: swift-actions/setup-swift@bb83339d1e8577741bdc6c65ba551ce7dc0fb854
100
with:
101
# older swift versions are having gpg issues https://github.com/swift-actions/setup-swift/issues/520
102
swift-version: "5.7"
0 commit comments