Skip to content

Commit

Permalink
Correct ccache path on linux (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Hien To <[email protected]>
  • Loading branch information
hiento09 and hientominh authored Jun 23, 2024
1 parent 94ed5ff commit 4da5cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: "linux-tensorrt-llm-cuda-12-3"
run-e2e: false
s3-key-prefix: "linux-tensorrt-llm-0-9-0-cuda-12-3"
ccache-dir: "/home/runner/.ccache"
ccache-dir: "/home/runner/.cache/ccache"
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: "linux-tensorrt-llm-cuda-12-3"
run-e2e: false
s3-key-prefix: "linux-tensorrt-llm-0-9-0-cuda-12-3"
ccache-dir: "/home/runner/.ccache"
ccache-dir: "/home/runner/.cache/ccache"
permissions:
contents: write
steps:
Expand Down

0 comments on commit 4da5cc0

Please sign in to comment.