Skip to content

Commit 9d3cd82

Browse files
Update swift.yml
1 parent 0c13569 commit 9d3cd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Swift
1818
run: |
1919
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
20-
~/.swiftenv/bin/swiftenv install $SWIFT_VERSION
20+
~/.swiftenv/bin/swiftenv install $SWIFT_VERSION || true
2121
- name: Build
2222
run: |
2323
~/$SWIFT_EXEC --version

0 commit comments

Comments
 (0)