mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-18 19:22:35 +08:00
README.md: update of the doc to point to the current version
This commit is contained in:
@@ -16,7 +16,7 @@ Just copy and paste the following in your GitHub action:
|
|||||||
|
|
||||||
```
|
```
|
||||||
- name: Run sccache-cache
|
- name: Run sccache-cache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.3
|
uses: mozilla-actions/sccache-action@v0.0.5
|
||||||
```
|
```
|
||||||
|
|
||||||
### Conditionally run cache and enable it
|
### Conditionally run cache and enable it
|
||||||
@@ -24,7 +24,7 @@ Just copy and paste the following in your GitHub action:
|
|||||||
```
|
```
|
||||||
- name: Run sccache-cache only on non-release runs
|
- name: Run sccache-cache only on non-release runs
|
||||||
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
|
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
|
||||||
uses: mozilla-actions/sccache-action@v0.0.3
|
uses: mozilla-actions/sccache-action@v0.0.5
|
||||||
- name: Set Rust caching env vars only on non-release runs
|
- name: Set Rust caching env vars only on non-release runs
|
||||||
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
|
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
|
||||||
run: |
|
run: |
|
||||||
@@ -36,7 +36,7 @@ Just copy and paste the following in your GitHub action:
|
|||||||
|
|
||||||
```
|
```
|
||||||
- name: Run sccache-cache
|
- name: Run sccache-cache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.3
|
uses: mozilla-actions/sccache-action@v0.0.5
|
||||||
with:
|
with:
|
||||||
version: "v0.7.4"
|
version: "v0.7.4"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user