Skip to content

Commit eac5ebb

Browse files
committed
Fix: Use acceptable crate name (lowercase)
1 parent aee7133 commit eac5ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454

5555
# Test with creating a small project
56-
- run: cargo init . --bin --name CI
56+
- run: cargo init . --bin --name ci
5757
# Add tiny empty crate.
5858
# This checks that registry access works.
5959
- run: cargo add serde_as

0 commit comments

Comments
 (0)