Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 12, 2024
1 parent 8189db7 commit 9fd1359
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

20 changes: 19 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ on:
workflow_dispatch:

jobs:
free-disk-space:
runs-on: ${{ matrix.os }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# 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
docker-images: true
swap-storage: true
linter:
strategy:
fail-fast: false
Expand Down Expand Up @@ -57,4 +75,4 @@ jobs:
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9fd1359

Please sign in to comment.