Skip to content

Commit

Permalink
fix: try a different swift github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Mar 12, 2024
1 parent 7766a52 commit 0e5d533
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: swift-actions/setup-swift@v2
# - uses: swift-actions/setup-swift@v2
# with:
# swift-version: "5.5.2"
- name: Install Swift
uses: slashmo/install-swift@v0.1.0
with:
swift-version: "5.5.2"
version: 5.5.2

- name: Get swift version
run: swift --version
Expand Down

0 comments on commit 0e5d533

Please sign in to comment.