Sylvestre Ledru 5eedbfb0f0 update to 0.0.2
2023-03-08 22:56:08 +01:00
2023-01-11 11:07:13 +08:00
2023-01-11 11:43:50 +08:00
2023-03-08 21:36:05 +01:00
2023-01-10 12:41:30 +08:00
2023-01-11 11:21:31 +08:00
2023-01-10 12:39:09 +08:00
2023-01-11 11:43:09 +08:00
2023-01-09 15:53:06 +01:00
2023-03-08 22:56:08 +01:00
2023-03-08 22:56:08 +01:00
2023-03-08 22:56:08 +01:00

sccache-action

The 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

Just copy and paste the following in your GitHub action:

# Using the latest version of sccache
- name: Run sccache-cache
  uses: mozilla-actions/sccache-action@v0.0.2
# Specify a given version of sccache
- name: Run sccache-cache
  uses: mozilla-actions/sccache-action@v0.0.2
  with:
    version: "v0.3.3"
# To get the execution stats
- name: Run sccache stat for check
  shell: bash
  run: ${SCCACHE_PATH} --show-stats

Prepare a new release

  1. Update README.md in the examplee
  2. Update version in package.json
  3. Run npm i --package-lock-only
  4. Tag a new release

License

Apache-2.0 (just like sccache)

Description
No description provided
Readme Apache-2.0 2.8 MiB
Languages
TypeScript 100%