Skip to content

Commit

Permalink
Add ccache action for caching C++ build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jan 22, 2024
1 parent 340c36f commit 0104b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp-rllm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: hendrikmuhs/[email protected]
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down

0 comments on commit 0104b0e

Please sign in to comment.