File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 28
28
continue-on-error : ${{ matrix.experimental || false }}
29
29
steps :
30
30
- uses : actions/checkout@v3
31
- - uses : dtolnay/rust-toolchain@${{ matrix.toolchain }}
31
+ - uses : dtolnay/rust-toolchain@master
32
32
with :
33
+ toolchain : ${{ matrix.toolchain }}
33
34
targets : ${{ matrix.target }}
34
35
- name : Build library
35
36
run : cargo build --target ${{ matrix.target }} ${{ matrix.cargo_flags }}
Original file line number Diff line number Diff line change 26
26
continue-on-error : ${{ matrix.experimental || false }}
27
27
steps :
28
28
- uses : actions/checkout@v3
29
- - uses : dtolnay/rust-toolchain@${{ matrix.toolchain }}
29
+ - uses : dtolnay/rust-toolchain@master
30
30
with :
31
+ toolchain : ${{ matrix.toolchain }}
31
32
components : clippy
32
33
- name : Run clippy
33
34
run : cargo clippy --all ${{ matrix.cargo_flags }} -- -D warnings
You can’t perform that action at this time.
0 commit comments