Skip to content

Commit 9170744

Browse files
committed
Update ci.yml
1 parent e8dece0 commit 9170744

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
include:
1818
- os: windows-latest
1919
- os: ubuntu-latest
20-
env:
21-
RUST_BACKTRACE: 1
2220
steps:
2321
- uses: actions/checkout@v4
2422
- uses: actions-rs/toolchain@v1
2523
with:
2624
profile: minimal
27-
toolchain: stable
25+
toolchain: "1.89.0"
2826
override: true
2927
- uses: actions-rs/cargo@v1
3028
with:
@@ -38,7 +36,7 @@ jobs:
3836
- uses: actions-rs/toolchain@v1
3937
with:
4038
profile: minimal
41-
toolchain: stable
39+
toolchain: "1.89.0"
4240
override: true
4341
- run: rustup component add rustfmt
4442
- uses: actions-rs/cargo@v1
@@ -53,7 +51,7 @@ jobs:
5351
- uses: actions/checkout@v4
5452
- uses: actions-rs/toolchain@v1
5553
with:
56-
toolchain: stable
54+
toolchain: "1.89.0"
5755
components: clippy
5856
override: true
5957
- uses: actions-rs/clippy-check@v1

0 commit comments

Comments
 (0)