We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab32fa commit 733644fCopy full SHA for 733644f
.github/workflows/conda-python-build.yaml
@@ -189,7 +189,7 @@ jobs:
189
uses: actions/cache@v5
190
with:
191
# Miniforge job container runs as root; ~/.sccache is /root/.sccache
192
- path: /root/.sccache
+ path: /root/.cache/sccache
193
key: sccache-${{ matrix.ARCH }}-${{ matrix.PY_VER }}
194
- name: Check sccache
195
if: steps.cache-sccache.outputs.cache-hit == 'true'
0 commit comments