Skip to content

Commit 2195da8

Browse files
Install wasm-tools in publish-wit (#3317)
Signed-off-by: Brian Hardock <[email protected]>
1 parent c8e219b commit 2195da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-wit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install wasm-tools
2424
shell: bash
25-
run: cargo binstall wasm-tools
25+
run: cargo install wasm-tools
2626

2727
- name: Install wkg
2828
shell: bash

0 commit comments

Comments
 (0)