Skip to content

Commit

Permalink
new attempt to fix CI (#56)
Browse files Browse the repository at this point in the history
## Summary

Use patched swift action as #55 was not enough sadly.

See also swift-actions/setup-swift#680

## Test Plan

CI
  • Loading branch information
ma2bd authored Dec 18, 2024
1 parent 6de4c9a commit 1d75557
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ jobs:
sdk: 2.14.0

- name: Setup Additional Languages (swift)
uses: swift-actions/setup-swift@v2
# TODO: Use the release version again once
# https://github.com/swift-actions/setup-swift/pull/680
# is merged
uses: swift-actions/setup-swift@bb83339d1e8577741bdc6c65ba551ce7dc0fb854
with:
# older swift versions are having gpg issues https://github.com/swift-actions/setup-swift/issues/520
swift-version: "5.7"
Expand Down

0 comments on commit 1d75557

Please sign in to comment.