Skip to content

Commit f53b914

Browse files
committed
rm unecessary steps
1 parent 4742cc1 commit f53b914

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
tar zxf swiftly-$(uname -m).tar.gz && \
1919
./swiftly init --quiet-shell-followup && \
2020
. "${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
21+
hash -r
2522
2623
- name: Install Swift WASM SDK
2724
run: |

0 commit comments

Comments
 (0)