Skip to content

Commit 9f81da2

Browse files
authored
CI fix (#47)
use stable toolchain
1 parent 34218be commit 9f81da2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Rust
2121
uses: actions-rs/toolchain@v1
2222
with:
23-
toolchain: 1.61.0
23+
toolchain: stable
2424
target: wasm32-unknown-unknown
2525
- name: Build smart contract
2626
run: npm run build
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Rust
4343
uses: actions-rs/toolchain@v1
4444
with:
45-
toolchain: 1.61.0
45+
toolchain: stable
4646
target: wasm32-unknown-unknown
4747
- name: Build smart contract
4848
run: npm run build

0 commit comments

Comments
 (0)