Use the latest version of sccache if no version is specified (#27)

This commit is contained in:
miles
2023-03-22 18:37:23 +08:00
committed by GitHub
parent af5524e1c3
commit 36cc091a25
7 changed files with 376 additions and 23 deletions

View File

@@ -12,6 +12,13 @@ https://github.com/marketplace/actions/sccache-action
Just copy and paste the following in your GitHub action:
### Use the latest version of sccache if no version is specified
```
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.2
```
### Specify a given version of sccache
```