From fcb44c7c827a88419a84a98f13fed46760247395 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 8 Mar 2023 21:30:57 +0100 Subject: [PATCH] Update of the description of this project --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47741e2..06b045b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # sccache-action -Work in progress - -The goal of this project is to provide a simple GitHub action to download -sccache artifacts. - +The [sccache](https://github.com/mozilla/sccache/ +) action can be used in GitHub Actions workflows to integrate sccache into the build process. The sccache action is a step in a workflow that can be used to cache compilation results for subsequent builds, reducing the build time and speeding up the overall development process. ## Usage