[CI] Change cache dir (#561)

This commit is contained in:
Keren Zhou
2022-06-22 11:44:35 -07:00
committed by GitHub
parent a428cf0bb2
commit b02bac41ba

View File

@@ -21,7 +21,7 @@ jobs:
- name: Clear cache - name: Clear cache
run: | run: |
rm -r /tmp/triton/ rm -r ~/.triton/
continue-on-error: true continue-on-error: true
- name: Install Triton - name: Install Triton