Skip to content

Commit

Permalink
hint that checkout has to be used first (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergNikitin committed Sep 28, 2021
1 parent c5ed9ba commit 801365c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 801365c

Please sign in to comment.