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