Skip to content

Commit 96da0fa

Browse files
committed
try again
1 parent 013838a commit 96da0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -942,10 +942,10 @@ jobs:
942942
targets: ${{ matrix.target }}
943943

944944
# Install dependencies
945-
- name: Install cargo-hack, wasmtime, and cargo-wasi
945+
- name: Install cargo-hack, wasmtime
946946
uses: taiki-e/install-action@v2
947947
with:
948-
tool: cargo-hack,wasmtime,cargo-wasi
948+
tool: cargo-hack,wasmtime
949949

950950
- uses: Swatinem/rust-cache@v2
951951
- name: WASI test tokio full

0 commit comments

Comments
 (0)