Skip to content

Commit 1d75557

Browse files
authored
new attempt to fix CI (#56)
## Summary Use patched swift action as #55 was not enough sadly. See also swift-actions/setup-swift#680 ## Test Plan CI
1 parent 6de4c9a commit 1d75557

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ jobs:
9393
sdk: 2.14.0
9494

9595
- name: Setup Additional Languages (swift)
96-
uses: swift-actions/setup-swift@v2
96+
# 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
97100
with:
98101
# older swift versions are having gpg issues https://github.com/swift-actions/setup-swift/issues/520
99102
swift-version: "5.7"

0 commit comments

Comments
 (0)