No longer configure using a sparse Cargo index for crates.io
Check and lint using Cargo / Check and lint (push) Successful in 2m53s Details

This is the default since Rust 1.70.
This commit is contained in:
Paul van Tilburg 2023-06-06 07:47:23 +02:00
parent 1aca61d3fd
commit 42a43cc83d
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 0 additions and 6 deletions

View File

@ -21,9 +21,6 @@ jobs:
override: true
components: rustfmt, clippy
- name: Use sparse Cargo index for crates.io
run: echo -e '[registries.crates-io]\nprotocol = "sparse"' >> /root/.cargo/config.toml
- name: Run cargo check
uses: https://github.com/actions-rs/cargo@v1
with:

View File

@ -27,9 +27,6 @@ jobs:
toolchain: stable
override: true
- name: Use sparse Cargo index for crates.io
run: echo -e '[registries.crates-io]\nprotocol = "sparse"' >> /root/.cargo/config.toml
- name: Install cargo-deb
uses: https://github.com/brndnmtthws/rust-action-cargo-binstall@v1
with: