Skip to content

Commit 3f44ffe

Browse files
authored
Add hostedtoolcache purge step (#1484)
* Add hostedtoolcache purge step * Change step name
1 parent 6418739 commit 3f44ffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-manywheel-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
GPU_ARCH_TYPE: cuda
4343
GPU_ARCH_VERSION: ${{ matrix.cuda_version }}
4444
steps:
45+
- name: Purge tools folder (free space for build)
46+
run: rm -rf /opt/hostedtoolcache
4547
- name: Checkout PyTorch builder
4648
uses: actions/checkout@v3
4749
- name: Authenticate if WITH_PUSH

0 commit comments

Comments
 (0)