Skip to content

Commit 04dd794

Browse files
Clear ccache
1 parent 14ecd74 commit 04dd794

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/buildAndTest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
path: ${{ github.workspace }}/build_tools/python_deploy/wheelhouse
100100
key: ${{ runner.os }}-pytorch-${{ env.PT_HASH }}
101101

102+
- name: TEMP CLEAR CCACHE
103+
if: ${{ matrix.os-arch == 'ubuntu-x86_64' }}
104+
run: |
105+
ccache -C
106+
102107
- name: Build and Test os-arch='ubuntu-x86_64' llvm-build='${{ matrix.llvm-build }}' torch-binary='${{ matrix.torch-binary }}'
103108
if: ${{ matrix.os-arch == 'ubuntu-x86_64' }}
104109
run: |

0 commit comments

Comments
 (0)