Skip to content

Commit

Permalink
Add action to free space during codecov stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolioh committed Jul 11, 2024
1 parent ea37c78 commit dc64cef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true
- uses: actions/checkout@v4
- name: Install Rust
run: rustup install nightly && rustup default nightly
Expand Down

0 comments on commit dc64cef

Please sign in to comment.