mirror of
https://github.com/dalek-cryptography/ed25519-dalek.git
synced 2026-01-09 11:17:53 -05:00
Remove invalid input fields from CI action for Rust setup (#283)
Neither `override` nor `profile` are valid inputs for the `dtolnay/rust-toolchain` action. It always uses the minimal profile anyways.
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -105,6 +105,4 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
profile: minimal
|
||||
- run: cargo doc --all-features
|
||||
|
||||
Reference in New Issue
Block a user