Skip to content

Commit 8fdcbb7

Browse files
committed
fix: Try to open another shell.
1 parent 2676fe6 commit 8fdcbb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ jobs:
135135
target: wasm32-wasi
136136

137137
- name: Install wasmtime
138-
run: curl https://wasmtime.dev/install.sh -sSf | bash
138+
run: |
139+
curl https://wasmtime.dev/install.sh -sSf
140+
bash
139141
140142
- uses: actions/cache@v3
141143
with:

0 commit comments

Comments
 (0)