hint that checkout has to be used first

This commit is contained in:
Sergey Nikitin 2021-09-25 17:40:20 +01:00 committed by GitHub
parent c5ed9ba6b7
commit ee5b914df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ sensible defaults.
## Example usage
```yaml
- uses: actions/checkout@v2
# selecting a toolchain either by action or manual `rustup` calls should happen
# before the plugin, as it uses the current rustc version as its cache key
- uses: actions-rs/toolchain@v1