From a0c761ed3127bfc6f04ea3cb73540ab686cb023f Mon Sep 17 00:00:00 2001 From: Diego Alzate Date: Thu, 13 Apr 2023 08:23:49 -0500 Subject: [PATCH 1/4] turn off large packages for free disk space --- .github/actions/build-rpch/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-rpch/action.yml b/.github/actions/build-rpch/action.yml index 5dea7e99f..ee3fc5a96 100644 --- a/.github/actions/build-rpch/action.yml +++ b/.github/actions/build-rpch/action.yml @@ -6,7 +6,7 @@ runs: steps: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@v1.2.0 - + large-packages: false - name: Setup Node.js environment uses: actions/setup-node@v3 with: From eb96d2479ed9df16ed4565881ae854886f34046f Mon Sep 17 00:00:00 2001 From: Diego Alzate Date: Thu, 13 Apr 2023 08:26:08 -0500 Subject: [PATCH 2/4] fix action config --- .github/actions/build-rpch/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/build-rpch/action.yml b/.github/actions/build-rpch/action.yml index ee3fc5a96..ea6592082 100644 --- a/.github/actions/build-rpch/action.yml +++ b/.github/actions/build-rpch/action.yml @@ -6,6 +6,7 @@ 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 From e34021e3275ea76ff7dd83dc84b77699eba28a76 Mon Sep 17 00:00:00 2001 From: Diego Alzate Date: Thu, 13 Apr 2023 08:41:49 -0500 Subject: [PATCH 3/4] turn on large packages and turn off dotnet --- .github/actions/build-rpch/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-rpch/action.yml b/.github/actions/build-rpch/action.yml index ea6592082..4d43697ca 100644 --- a/.github/actions/build-rpch/action.yml +++ b/.github/actions/build-rpch/action.yml @@ -7,7 +7,7 @@ runs: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@v1.2.0 with: - large-packages: false + dotnet: false - name: Setup Node.js environment uses: actions/setup-node@v3 with: From 31f80a6ab7601382cca34518778032197329d843 Mon Sep 17 00:00:00 2001 From: Diego Alzate Date: Thu, 13 Apr 2023 08:46:55 -0500 Subject: [PATCH 4/4] revert back to turning off large packages --- .github/actions/build-rpch/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-rpch/action.yml b/.github/actions/build-rpch/action.yml index 4d43697ca..ea6592082 100644 --- a/.github/actions/build-rpch/action.yml +++ b/.github/actions/build-rpch/action.yml @@ -7,7 +7,7 @@ runs: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@v1.2.0 with: - dotnet: false + large-packages: false - name: Setup Node.js environment uses: actions/setup-node@v3 with: