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 1185601 commit cc17740Copy full SHA for cc17740
.github/workflows/build-test-windows.yml
@@ -146,6 +146,7 @@ jobs:
146
Remove-Item -LiteralPath ${{ env.NEW_WORKSPACE }} -Force -Recurse -ErrorAction Ignore
147
148
- name: Clean up temporary files
149
+ if: ${{ always() }}
150
shell: bash
151
run: |
152
rm -rf rm -rf /tmp/triton-* /tmp/tmp*
.github/workflows/pip-test-windows.yml
@@ -159,6 +159,7 @@ jobs:
159
160
161
162
163
164
165
0 commit comments