Skip to content

Commit 09231de

Browse files
committed
ci: use toolchain 1.81.0 in tests instead of stable
1 parent ab6a12e commit 09231de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions-rs/toolchain@v1
2323
with:
2424
profile: minimal
25-
toolchain: stable
25+
toolchain: 1.81.0
2626
default: true
2727
target: wasm32-unknown-unknown
2828

0 commit comments

Comments
 (0)