mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
Document Rust usage
This commit is contained in:
@@ -23,6 +23,16 @@ Just copy and paste the following in your GitHub action:
|
|||||||
run: ${SCCACHE_PATH} --show-stats
|
run: ${SCCACHE_PATH} --show-stats
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Rust code
|
||||||
|
|
||||||
|
For Rust code, the following environment variables should be set:
|
||||||
|
|
||||||
|
```
|
||||||
|
env:
|
||||||
|
SCCACHE_GHA_ENABLED: "true"
|
||||||
|
RUSTC_WRAPPER: "sccache"
|
||||||
|
```
|
||||||
|
|
||||||
## Prepare a new release
|
## Prepare a new release
|
||||||
|
|
||||||
1. Update README.md in the examplee
|
1. Update README.md in the examplee
|
||||||
|
|||||||
Reference in New Issue
Block a user