Skip to content

Commit 9428a90

Browse files
committed
set to specific rust version: 1.89
1 parent bf4d68b commit 9428a90

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/Basic.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ on:
55
branches:
66
- main
77
tags:
8-
- 'v*.*.*'
8+
- "v*.*.*"
99

1010
pull_request:
1111

1212
name: Basic
1313

1414
jobs:
15-
1615
test:
1716
name: Test Suite
1817
runs-on: ubuntu-latest
@@ -24,7 +23,7 @@ jobs:
2423
uses: actions-rs/toolchain@v1
2524
with:
2625
profile: minimal
27-
toolchain: stable
26+
toolchain: 1.89.0
2827
target: wasm32-unknown-unknown
2928
override: true
3029

@@ -35,7 +34,6 @@ jobs:
3534
env:
3635
RUST_BACKTRACE: 1
3736

38-
3937
lints:
4038
name: Lints
4139
runs-on: ubuntu-latest
@@ -47,7 +45,7 @@ jobs:
4745
uses: actions-rs/toolchain@v1
4846
with:
4947
profile: minimal
50-
toolchain: stable
48+
toolchain: 1.89.0
5149
override: true
5250
components: rustfmt, clippy
5351

0 commit comments

Comments
 (0)