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 9d3cd82 commit 58e5599Copy full SHA for 58e5599
.github/workflows/swift.yml
@@ -17,7 +17,8 @@ jobs:
17
- name: Install Swift
18
run: |
19
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
20
- ~/.swiftenv/bin/swiftenv install $SWIFT_VERSION || true
+ ~/.swiftenv/bin/swiftenv install $SWIFT_VERSION --skip-existing
21
+ ~/.swiftenv/bin/swiftenv rehash
22
- name: Build
23
24
~/$SWIFT_EXEC --version
0 commit comments