mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
Merge pull request #3 from mozilla/sylvestre-patch-1
Add example in the readme
This commit is contained in:
@@ -9,7 +9,18 @@ sccache artifacts.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
TODO
|
Just copy and paste the following in your GitHub action:
|
||||||
|
|
||||||
|
```
|
||||||
|
- name: Run sccache-cache
|
||||||
|
uses: mozilla/sccache-action@v0.0.1
|
||||||
|
with:
|
||||||
|
version: "v0.3.3"
|
||||||
|
|
||||||
|
- name: Run sccache stat for check
|
||||||
|
shell: bash
|
||||||
|
run: ${SCCACHE_PATH} --show-stats
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user