fix: remove rust 1.74.1
This commit is contained in:
parent
2c8b4776d9
commit
28d34eb85d
2 changed files with 0 additions and 4 deletions
|
@ -13,7 +13,6 @@ jobs:
|
|||
toolchain:
|
||||
- name: stable
|
||||
- name: nightly
|
||||
- name: 1.74.1
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -23,9 +23,6 @@ RUN cargo binstall -y \
|
|||
cargo-mutants@25.0 \
|
||||
release-plz@0.3
|
||||
|
||||
# install v1.74.1
|
||||
RUN rustup install 1.74.1 && rustup component add --toolchain 1.74.1 rustfmt clippy
|
||||
|
||||
# should be a no-op if the FROM line is up-to-date
|
||||
RUN rustup update stable && rustup component add --toolchain stable rustfmt clippy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue