Update of the description of this project

This commit is contained in:
Sylvestre Ledru
2023-03-08 21:30:57 +01:00
committed by GitHub
parent 2ad43ba2c1
commit fcb44c7c82
+2 -5
View File
@@ -1,10 +1,7 @@
# sccache-action # sccache-action
Work in progress 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.
The goal of this project is to provide a simple GitHub action to download
sccache artifacts.
## Usage ## Usage