Bash comment

This commit is contained in:
David Tolnay 2023-01-31 12:10:48 -08:00
parent 60436bd17a
commit d7bc4da3d8
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -91,7 +91,7 @@ runs:
shell: bash
- run: |
: enable Cargo sparse registry (ignored by stable cargo)
: enable Cargo sparse registry # ignored by stable cargo
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
shell: bash