Skip to content

Commit

Permalink
fix(ci): use workaround for Swift setup action (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 authored Apr 11, 2024
1 parent 3212812 commit 2d4c430
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,11 @@ runs:
# Swift deps
- name: Install swift
if: ${{ inputs.language == 'swift' }}
uses: swift-actions/setup-swift@v2
# WORKAROUND for: https://github.com/swift-actions/setup-swift/issues/591
# BY GitHub Staff developer: redsun82
# IN pull request: https://github.com/github/codeql/pull/16153
# uses: swift-actions/setup-swift@v2
uses: redsun82/setup-swift@b2b6f77ab14f6a9b136b520dc53ec8eca27d2b99
with:
swift-version: ${{ steps.versions.outputs.SWIFT_VERSION }}

Expand Down

0 comments on commit 2d4c430

Please # to comment.