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