From 232a105d2d2480e62d557a1845d0eb3f2750569c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 9 Mar 2023 08:14:58 +0100 Subject: [PATCH] Improvement of the doc --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 953b7b1..d13eac2 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,21 @@ The [sccache](https://github.com/mozilla/sccache/ Just copy and paste the following in your GitHub action: +### Specify a given version of sccache + ``` -# Specify a given version of sccache - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.2 with: version: "v0.4.0-pre.9" ``` +### To get the execution stats + +Note that using the previous declaration will automatically create a +`Post Run sccache-cache` task. + ``` -# To get the execution stats - name: Run sccache stat for check shell: bash run: ${SCCACHE_PATH} --show-stats