From 0104b0e743c87dd739255a6595bb61df5beb1f02 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Mon, 22 Jan 2024 23:58:26 +0000 Subject: [PATCH] Add ccache action for caching C++ build artifacts --- .github/workflows/cpp-rllm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cpp-rllm.yml b/.github/workflows/cpp-rllm.yml index effc3a7b..677dcd58 100644 --- a/.github/workflows/cpp-rllm.yml +++ b/.github/workflows/cpp-rllm.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + - uses: hendrikmuhs/ccache-action@v1.2 - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true