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 a061d26 commit 7ce3ce9Copy full SHA for 7ce3ce9
.github/workflows/build-test-windows.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Clean up Triton cache
71
shell: bash
72
run: |
73
- rm -rf ~/.tiron/cache
+ rm -rf ~/.triton/cache
74
75
# We need ninja >= 1.12.0 to support long names on Windows. At the moment there is no required
76
# version in pypi, so instead of installing ninja with pip we use a preinstalled 1.12.1 on the
0 commit comments