Skip to content

Commit fd4e78f

Browse files
committed
[ci] wip removes strategy to use toolchain from file
1 parent dd169e0 commit fd4e78f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,11 @@ jobs:
3131
name: ubuntu-${{ matrix.toolchain }}
3232
runs-on: ubuntu-latest
3333

34-
strategy:
35-
matrix:
36-
toolchain: [stable, beta, nightly]
37-
3834
steps:
3935

4036
- name: checkout
4137
uses: actions/checkout@v5
4238

43-
- name: set up rust toolchain
44-
uses: actions-rs/toolchain@v1
45-
with:
46-
profile: minimal
47-
toolchain: ${{ matrix.toolchain }}
48-
components: clippy, rustfmt
49-
5039
- name: cargo check
5140
uses: actions-rs/cargo@v1
5241
with:

0 commit comments

Comments
 (0)