mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue