mirror of
https://github.com/servo/servo.git
synced 2025-09-11 07:28:19 +01:00
Bump sccache-action to v0.0.6 (#33566)
Interesting changes since v0.0.4 - fix: avoid downloading package when local cache exists in https://github.com/Mozilla-Actions/sccache-action/pull/123 - Output sccache stats as a notice and a summary table in https://github.com/Mozilla-Actions/sccache-action/pull/113 v0.0.6 changelog: https://github.com/Mozilla-Actions/sccache-action/releases/tag/v0.0.6 v0.0.5 changelog: https://github.com/Mozilla-Actions/sccache-action/releases/tag/v0.0.5 Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
This commit is contained in:
parent
c519a2cdb6
commit
f96a62f0ce
5 changed files with 5 additions and 5 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 2
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla-actions/sccache-action@v0.0.4
|
||||
uses: mozilla-actions/sccache-action@v0.0.6
|
||||
- name: Install crown
|
||||
run: cargo install --path support/crown
|
||||
- name: Bootstrap Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue