From 5629ecbfc31494a5547251ab8e0cd6ba5f356111 Mon Sep 17 00:00:00 2001 From: Diego Alzate Date: Thu, 13 Apr 2023 10:56:21 -0500 Subject: [PATCH] fix free disk space action (#339) * turn off large packages for free disk space --- .github/actions/build-rpch/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/build-rpch/action.yml b/.github/actions/build-rpch/action.yml index 5dea7e99f..ea6592082 100644 --- a/.github/actions/build-rpch/action.yml +++ b/.github/actions/build-rpch/action.yml @@ -6,7 +6,8 @@ runs: steps: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@v1.2.0 - + with: + large-packages: false - name: Setup Node.js environment uses: actions/setup-node@v3 with: