We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4742cc1 commit f53b914Copy full SHA for f53b914
1 file changed
.github/workflows/tests.yml
@@ -18,10 +18,7 @@ jobs:
18
tar zxf swiftly-$(uname -m).tar.gz && \
19
./swiftly init --quiet-shell-followup && \
20
. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh" && \
21
- hash -r && \
22
- ~/.swiftly/bin/swiftly install 6.2 && \
23
- ~/.swiftly/bin/swiftly use 6.2 && \
24
- swift --version
+ hash -r
25
26
- name: Install Swift WASM SDK
27
run: |
0 commit comments