Skip to content

Mg br. 'hirnidrin-fix-large-packages-aspnetcore' #29

Mg br. 'hirnidrin-fix-large-packages-aspnetcore'

Mg br. 'hirnidrin-fix-large-packages-aspnetcore' #29

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