Skip to content

Commit 1bbff3f

Browse files
committed
ci: Use rust-toolchain file
1 parent 63ad37a commit 1bbff3f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
- name: Install Rust toolchain
3636
uses: actions-rs/toolchain@v1
3737
with:
38-
toolchain: stable
3938
target: ${{ matrix.target }}
4039
profile: minimal
41-
override: true
4240

4341
- name: Build Docker image for cross
4442
working-directory: docker

.github/workflows/docs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
- name: Install Rust toolchain
2727
uses: actions-rs/toolchain@v1
2828
with:
29-
toolchain: stable
3029
profile: minimal
31-
override: true
3230

3331
- name: Build docs
3432
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)