Skip to content

Commit

Permalink
ci: add jlumbroso/free-disk-space to ./github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Nov 18, 2024
1 parent df6230c commit f3066fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Free Disk Space (Ubuntu)
if: matrix.platform == 'ubuntu-latest'
uses: jlumbroso/[email protected]
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
- name: "${{ matrix.toolchain }}"
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit f3066fc

Please sign in to comment.