Skip to content

Commit

Permalink
Add workaround for swift-actions/setup-swift
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed Dec 20, 2024
1 parent 6498159 commit d36086c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Swift
uses: swift-actions/setup-swift@v2
# WORKAROUND:https://github.com/swift-actions/setup-swift/pull/680
uses: swift-actions/setup-swift@bb83339d1e8577741bdc6c65ba551ce7dc0fb854
with:
swift-version: '5.10.1'

Expand Down

0 comments on commit d36086c

Please sign in to comment.