Skip to content

Commit 733644f

Browse files
committed
fix
1 parent 6ab32fa commit 733644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-python-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
uses: actions/cache@v5
190190
with:
191191
# Miniforge job container runs as root; ~/.sccache is /root/.sccache
192-
path: /root/.sccache
192+
path: /root/.cache/sccache
193193
key: sccache-${{ matrix.ARCH }}-${{ matrix.PY_VER }}
194194
- name: Check sccache
195195
if: steps.cache-sccache.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)