Skip to content

Commit

Permalink
fix(docker-build): fix ccache typo (#5024)
Browse files Browse the repository at this point in the history
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
  • Loading branch information
mitsudome-r authored Jul 23, 2024
1 parent 79429d4 commit 5751623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5751623

Please sign in to comment.