mirror of
https://github.com/jlumbroso/free-disk-space.git
synced 2026-01-28 21:59:07 +08:00
21 lines
543 B
YAML
21 lines
543 B
YAML
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
|