Skip to content

Commit d98de12

Browse files
committed
source wasmtime
1 parent 35009a5 commit d98de12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
run: cargo binstall cargo-component
2020
- name: Install Wasmtime
2121
shell: bash
22-
run: curl https://wasmtime.dev/install.sh -sSf | bash
22+
run: |
23+
curl https://wasmtime.dev/install.sh -sSf | bash
24+
source ~/.bashrc
2325
- name: check
2426
shell: bash
2527
run: cargo component check

0 commit comments

Comments
 (0)