Skip to content

Commit df76383

Browse files
committed
fix2
1 parent 733644f commit df76383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ jobs:
195195
if: steps.cache-sccache.outputs.cache-hit == 'true'
196196
run: |
197197
set -x
198-
ls -lh "${HOME}/.sccache"
199-
du -sh "${HOME}/.sccache"
198+
ls -lh "${HOME}/.cache/sccache"
199+
du -sh "${HOME}/.cache/sccache"
200200
- name: Build Conda Package
201201
run: ${{ inputs.script }}
202202
env:

0 commit comments

Comments
 (0)