Skip to content

Commit 5cf40b1

Browse files
committed
fix cache paths
1 parent e69deab commit 5cf40b1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
name: Setup sccache preprocessor cache
5959
uses: actions/cache@v4
6060
with:
61-
path: /home/coder/.cache/.cache/sccache/preprocessor
61+
path: /home/coder/.cache/sccache/preprocessor
6262
restore-keys: sccache-preprocessor-cache-${{env.ARTIFACT_PREFIX}}
6363
key: sccache-preprocessor-cache-${{env.ARTIFACT_PREFIX}}-${{env.ARTIFACT_SUFFIX}}
6464
- id: sccache-dist-toolchains-cache
6565
name: Setup sccache-dist client toolchains cache
6666
uses: actions/cache@v4
6767
with:
68-
path: /home/coder/.cache/.cache/sccache-dist-client
68+
path: /home/coder/.cache/sccache-dist-client
6969
restore-keys: sccache-toolchains-cache-${{env.ARTIFACT_PREFIX}}
7070
key: sccache-toolchains-cache-${{env.ARTIFACT_PREFIX}}-${{env.ARTIFACT_SUFFIX}}
7171
- if: github.repository_owner == 'NVIDIA'

.github/workflows/ci.gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
name: Setup sccache preprocessor cache
6161
uses: actions/cache@v4
6262
with:
63-
path: /home/coder/.cache/.cache/sccache/preprocessor
63+
path: /home/coder/.cache/sccache/preprocessor
6464
restore-keys: sccache-preprocessor-cache-${{env.ARTIFACT_PREFIX}}
6565
key: sccache-preprocessor-cache-${{env.ARTIFACT_PREFIX}}-${{env.ARTIFACT_SUFFIX}}
6666
- id: sccache-dist-toolchains-cache
6767
name: Setup sccache-dist client toolchains cache
6868
uses: actions/cache@v4
6969
with:
70-
path: /home/coder/.cache/.cache/sccache-dist-client
70+
path: /home/coder/.cache/sccache-dist-client
7171
restore-keys: sccache-toolchains-cache-${{env.ARTIFACT_PREFIX}}
7272
key: sccache-toolchains-cache-${{env.ARTIFACT_PREFIX}}-${{env.ARTIFACT_SUFFIX}}
7373
- if: github.repository_owner == 'NVIDIA'

0 commit comments

Comments
 (0)