Skip to content

Commit

Permalink
Link to the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Mar 17, 2023
1 parent 098ab80 commit 6cc6e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ sccache includes support for caching the compilation of C/C++ code, [Rust](docs/

sccache also provides [icecream](https://github.com/icecc/icecream)-style distributed compilation (automatic packaging of local toolchains) for all supported compilers (including Rust). The distributed compilation system includes several security features that icecream lacks such as authentication, transport layer encryption, and sandboxed compiler execution on build servers. See [the distributed quickstart](docs/DistributedQuickstart.md) guide for more information.

sccache is also available as a [GitHub Actions](https://github.com/marketplace/actions/sccache-action) to faciliate the deployment using GitHub Actions cache.

---

Table of Contents (ToC)
Expand Down

0 comments on commit 6cc6e8d

Please sign in to comment.