mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-12-27 01:54:20 -05:00
Fix: Use acceptable crate name (lowercase)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
# Test with creating a small project
|
||||
- run: cargo init . --bin --name CI
|
||||
- run: cargo init . --bin --name ci
|
||||
# Add tiny empty crate.
|
||||
# This checks that registry access works.
|
||||
- run: cargo add serde_as
|
||||
|
||||
Reference in New Issue
Block a user