Skip to content

Commit f4866a7

Browse files
committed
change ci rust version to stable
1 parent 194aba5 commit f4866a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010

1111
- name: Install Rust and rust toolchain
1212
uses: actions-rs/toolchain@v1
13+
with:
14+
toolchain: stable
15+
override: true
1316

1417
- name: Install Wabt (wat2wasm)
1518
run: |

0 commit comments

Comments
 (0)