add disable_annotations options to disable stats report (#162)

This commit is contained in:
Trim21
2024-11-27 21:16:18 +08:00
committed by GitHub
parent c83ccfeb86
commit 25839b6484
5 changed files with 44 additions and 1 deletions

View File

@@ -52,6 +52,15 @@ Note that using the previous declaration will automatically create a
run: ${SCCACHE_PATH} --show-stats
```
### disable stats report
```
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.6
with:
disable_annotations: true
```
### Rust code
For Rust code, the following environment variables should be set: