From 5ef996ee05ea2c7494b42349feef4389e0207e5f Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 20 Sep 2023 01:30:33 +0200 Subject: [PATCH] chore: temporary workaround --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b4f2b39..c0428a49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,12 @@ jobs: CGO_ENABLED: 0 steps: + # temporary workaround for an error in free disk space action + # https://github.com/jlumbroso/free-disk-space/issues/14 + - name: Update Package List and Remove Dotnet + run: | + sudo apt-get update + sudo apt-get remove -y '^dotnet-.*' # https://github.com/marketplace/actions/free-disk-space-ubuntu - name: Free Disk Space