We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c13569 commit 9d3cd82Copy full SHA for 9d3cd82
.github/workflows/swift.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Swift
18
run: |
19
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
20
- ~/.swiftenv/bin/swiftenv install $SWIFT_VERSION
+ ~/.swiftenv/bin/swiftenv install $SWIFT_VERSION || true
21
- name: Build
22
23
~/$SWIFT_EXEC --version
0 commit comments