Skip to content

Increase disk space

Actions
A composite action to free disk space on linux runners
v0.1.0
Latest
Star (0)

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

Increase disk space is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A composite action to free disk space on linux runners
v0.1.0
Latest

Increase disk space is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.