mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-18 19:22:35 +08:00
Document the behavior without the version set
This commit is contained in:
10
README.md
10
README.md
@@ -9,11 +9,21 @@ The [sccache](https://github.com/mozilla/sccache/
|
|||||||
Just copy and paste the following in your GitHub action:
|
Just copy and paste the following in your GitHub action:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Using the latest version of sccache
|
||||||
|
- name: Run sccache-cache
|
||||||
|
uses: mozilla/sccache-action@v0.0.1
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
# Specify a given version of sccache
|
||||||
- name: Run sccache-cache
|
- name: Run sccache-cache
|
||||||
uses: mozilla/sccache-action@v0.0.1
|
uses: mozilla/sccache-action@v0.0.1
|
||||||
with:
|
with:
|
||||||
version: "v0.3.3"
|
version: "v0.3.3"
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
# To get the execution stats
|
||||||
- name: Run sccache stat for check
|
- name: Run sccache stat for check
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ${SCCACHE_PATH} --show-stats
|
run: ${SCCACHE_PATH} --show-stats
|
||||||
|
|||||||
Reference in New Issue
Block a user