Skip to content

Merge pull request #20 from Napster134/patch-1 #33

Merge pull request #20 from Napster134/patch-1

Merge pull request #20 from Napster134/patch-1 #33

Workflow file for this run

name: Free Disk Space (Ubuntu)
on: push
jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:
# If there is a problem with this GitHub Actions, this step will fail
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
# all of these default to true, but feel free to set to
# false if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true