Add example

This commit is contained in:
Sylvestre Ledru
2023-01-10 14:21:56 +01:00
committed by GitHub
parent 0d7bd8361f
commit e54ad264f0
+12 -1
View File
@@ -9,7 +9,18 @@ sccache artifacts.
## 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