From d8290fb0ecba2638be575952f070ccb51f6eec92 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 27 Nov 2025 15:44:48 +0100 Subject: [PATCH] ci: Clear bloated GHA VM --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2af98518dc0..12b8ca6baf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,9 @@ jobs: path: qa-assets fetch-depth: 1 + - name: Clear unnecessary files on bloated GHA VM + uses: bitcoin/bitcoin/.github/actions/clear-files@master + - name: Configure environment uses: bitcoin/bitcoin/.github/actions/configure-environment@master