From 505c0f7910ab73353c42ee4735029554347e4b10 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 29 Sep 2024 16:54:22 +0200 Subject: [PATCH] [CI] Free up some runner disk space (CI_BUILD_ALL) --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6da05ace..642e84716 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -134,6 +134,9 @@ jobs: run-build: ${{ (inputs.id != 'none' && matrix.id == 'arduino:avr:uno') || contains(github.event.head_commit.message, 'CI_BUILD_ALL') || contains(github.event.head_commit.message, 'Bump version to') || contains(github.event.head_commit.message, format('{0}', matrix.id)) || inputs.id == 'all' || inputs.id == matrix.id }} steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@v1.3.1 + - name: Install arduino-cli if: ${{ env.run-build == 'true' }} run: