update of the doc

This commit is contained in:
Sylvestre Ledru
2023-03-18 16:01:04 +01:00
parent c3f47d0aa9
commit 419f3acf2e
+5 -1
View File
@@ -3,6 +3,10 @@
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.
sccache can easily use GitHub actions cache with almost no configuration.
This action is available on:
https://github.com/marketplace/actions/sccache-action
## Usage
@@ -40,7 +44,7 @@ For Rust code, the following environment variables should be set:
## Prepare a new release
1. Update README.md in the examplee
1. Update the example in README.md
1. Update version in `package.json`
1. Run `npm i --package-lock-only`
1. Tag a new release