Skip to content

Commit be2dd35

Browse files
committed
Fix github action configure
1 parent a99a545 commit be2dd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain-name: stable
22+
toolchain: stable
2323
- run: cargo install wasm-pack
2424
- run: wasm-pack build

0 commit comments

Comments
 (0)