mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
9 lines
305 B
YAML
9 lines
305 B
YAML
- name: Cache Rust compilation
|
|
uses: metalbear-co/sccache-action@v1
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
# Optional, default is `sccache-`
|
|
cache-from: sccache-${{ runner.os }}-
|
|
# Optional, default is `sccache-latest`
|
|
cache-to: sccache-${{ runner.os }}-${{ github.sha }}
|