Skip to content

Commit 7ce3ce9

Browse files
authored
Fix a typo (#3200)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent a061d26 commit 7ce3ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Clean up Triton cache
7171
shell: bash
7272
run: |
73-
rm -rf ~/.tiron/cache
73+
rm -rf ~/.triton/cache
7474
7575
# We need ninja >= 1.12.0 to support long names on Windows. At the moment there is no required
7676
# version in pypi, so instead of installing ninja with pip we use a preinstalled 1.12.1 on the

0 commit comments

Comments
 (0)