Skip to content

Commit

Permalink
Test freeing up space on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsgrd committed Oct 7, 2024
1 parent 50f450b commit dc5babc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ jobs:
- [tokio]
- [devtools]
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- uses: actions/checkout@v4
- uses: ./.github/actions/check-crate
with:
Expand Down

0 comments on commit dc5babc

Please sign in to comment.