Skip to content

Commit 12d7c92

Browse files
committed
[ci] Delete some of the builder content we do not need.
Should fix recent "[error] No space left on device" errors.
1 parent 8e5db9e commit 12d7c92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,8 @@ jobs:
498498
if: ${{ (matrix.debug_build == true) && (runner.os != 'windows') }}
499499
run: |
500500
echo "BUILD_TYPE=Debug" >> $GITHUB_ENV
501+
# Cleanup some space: https://github.com/orgs/community/discussions/25678
502+
rm -fr /opt/hostedtoolcache
501503
- name: Setup default Build Type on Windows
502504
if: runner.os == 'windows'
503505
run: |

0 commit comments

Comments
 (0)