Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 858 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 858 Bytes

tests

Increase disk space

A customizable GitHub actions to free disk space on linux github actions runners. Typically, this action saves about 25G.

Usage

name: Increase disk space (Ubuntu)
on: push

jobs:
  free-disk-space:
    runs-on: ubuntu-latest
    steps:

    - name: Increase disk space (Ubuntu)
      uses: fcbg-platforms/increase-disk-space@latest
      with:
        android: true
        dotnet: false
        haskell: true
        large-packages: true
        old-dotnet: true

Acknowledgement

This action is inspirted from the free-disk-space action from jlumbroso available here: https://github.com/jlumbroso/free-disk-space