From 433c163419a2cca08c2f3f6c995f3191f703dd62 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 11 Jan 2024 22:26:37 +0000 Subject: [PATCH] Add ccache action for caching build artifacts --- .github/workflows/rllm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rllm.yml b/.github/workflows/rllm.yml index 22e373fe..d25fe3c9 100644 --- a/.github/workflows/rllm.yml +++ b/.github/workflows/rllm.yml @@ -20,6 +20,7 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: hendrikmuhs/ccache-action@v1.2 - run: pip install torch==2.1.0