github: Add a "free space" step on Ubuntu - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8e50ccfae721e204f79a2d5d221e37f0770289cd
 (DIR) parent bfc3122f8eac0f8c7a96d057ed39a48265506be9
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Sun, 14 Apr 2024 16:13:44 +0200
       
       github: Add a "free space" step on Ubuntu
       
       Diffstat:
         M .github/workflows/test-dart-sass-v… |      13 +++++++++++++
         M .github/workflows/test.yml          |      13 +++++++++++++
       
       2 files changed, 26 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/.github/workflows/test-dart-sass-v1.yml b/.github/workflows/test-dart-sass-v1.yml
       @@ -18,6 +18,19 @@ jobs:
                os: [ubuntu-latest]
            runs-on: ${{ matrix.os }}
            steps:
       +      - if: matrix.os == 'ubuntu-latest'
       +        name: Free Disk Space (Ubuntu)
       +        uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
       +        with:
       +          # this might remove tools that are actually needed,
       +          # if set to "true" but frees about 6 GB
       +          tool-cache: false
       +          android: true
       +          dotnet: true
       +          haskell: true
       +          large-packages: true
       +          docker-images: true
       +          swap-storage: true
              - name: Checkout code
                uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
              - name: Install Go
 (DIR) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
       @@ -20,6 +20,19 @@ jobs:
                os: [ubuntu-latest, macos-latest, windows-latest]
            runs-on: ${{ matrix.os }}
            steps:
       +      - if: matrix.os == 'ubuntu-latest'
       +        name: Free Disk Space (Ubuntu)
       +        uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
       +        with:
       +          # this might remove tools that are actually needed,
       +          # if set to "true" but frees about 6 GB
       +          tool-cache: false
       +          android: true
       +          dotnet: true
       +          haskell: true
       +          large-packages: true
       +          docker-images: true
       +          swap-storage: true
              - name: Checkout code
                uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
              - name: Install Go