File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments