Skip to content

Commit 58e5599

Browse files
Update swift.yml
1 parent 9d3cd82 commit 58e5599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Install Swift
1818
run: |
1919
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
20-
~/.swiftenv/bin/swiftenv install $SWIFT_VERSION || true
20+
~/.swiftenv/bin/swiftenv install $SWIFT_VERSION --skip-existing
21+
~/.swiftenv/bin/swiftenv rehash
2122
- name: Build
2223
run: |
2324
~/$SWIFT_EXEC --version

0 commit comments

Comments
 (0)