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 2828 continue-on-error : ${{ matrix.experimental || false }}
2929 steps :
3030 - uses : actions/checkout@v3
31- - uses : dtolnay/rust-toolchain@${{ matrix.toolchain }}
31+ - uses : dtolnay/rust-toolchain@master
3232 with :
33+ toolchain : ${{ matrix.toolchain }}
3334 targets : ${{ matrix.target }}
3435 - name : Build library
3536 run : cargo build --target ${{ matrix.target }} ${{ matrix.cargo_flags }}
Original file line number Diff line number Diff line change 2626 continue-on-error : ${{ matrix.experimental || false }}
2727 steps :
2828 - uses : actions/checkout@v3
29- - uses : dtolnay/rust-toolchain@${{ matrix.toolchain }}
29+ - uses : dtolnay/rust-toolchain@master
3030 with :
31+ toolchain : ${{ matrix.toolchain }}
3132 components : clippy
3233 - name : Run clippy
3334 run : cargo clippy --all ${{ matrix.cargo_flags }} -- -D warnings
You can’t perform that action at this time.
0 commit comments