We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ecd74 commit 04dd794Copy full SHA for 04dd794
.github/workflows/buildAndTest.yml
@@ -99,6 +99,11 @@ jobs:
99
path: ${{ github.workspace }}/build_tools/python_deploy/wheelhouse
100
key: ${{ runner.os }}-pytorch-${{ env.PT_HASH }}
101
102
+ - name: TEMP CLEAR CCACHE
103
+ if: ${{ matrix.os-arch == 'ubuntu-x86_64' }}
104
+ run: |
105
+ ccache -C
106
+
107
- name: Build and Test os-arch='ubuntu-x86_64' llvm-build='${{ matrix.llvm-build }}' torch-binary='${{ matrix.torch-binary }}'
108
if: ${{ matrix.os-arch == 'ubuntu-x86_64' }}
109
run: |
0 commit comments