Skip to content

Commit 3422397

Browse files
committed
ci: update rust toolchain
1 parent 8e36bdd commit 3422397

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/build-dev-auto-feature.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,9 @@ jobs:
3434
with:
3535
ref: ${{ github.event.pull_request.head.sha }}
3636

37-
- name: Setup Rust toolchain
38-
uses: actions-rs/toolchain@v2
37+
- uses: dtolnay/rust-toolchain@master
3938
with:
40-
profile: minimal
41-
override: true
4239
toolchain: 1.85
43-
components: rustfmt, clippy
4440

4541
- name: Show environment information
4642
shell: bash

.github/workflows/build-dev.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,9 @@ jobs:
3737
with:
3838
ref: ${{ github.event.pull_request.head.sha }}
3939

40-
- name: Setup Rust toolchain
41-
uses: actions-rs/toolchain@v2
40+
- uses: dtolnay/rust-toolchain@master
4241
with:
43-
profile: minimal
44-
override: true
4542
toolchain: 1.85
46-
components: rustfmt, clippy
4743

4844
- name: Show environment information
4945
shell: bash

0 commit comments

Comments
 (0)