From eb2158870e8c7fa986b26ee274f79ab1b9de03ec Mon Sep 17 00:00:00 2001 From: mitsudome-r Date: Tue, 23 Jul 2024 15:33:01 +0900 Subject: [PATCH] fix(docker-build): fix ccache typo Signed-off-by: mitsudome-r --- .github/actions/docker-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index 42e7307cb6f..de582611886 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -37,7 +37,7 @@ runs: - name: Cache ccache uses: actions/cache@v4 if: ${{ inputs.name == 'no-cuda' && github.ref == 'refs/heads/main' }} - id: cache-ccahce + id: cache-ccache with: path: | root-ccache