Skip to content

Commit

Permalink
gh action cleanup space (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 authored Oct 16, 2023
1 parent 8c3e8eb commit 38cadce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

- uses: actions/checkout@v3
- name: Install Rust
run: rustup update nightly
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

- uses: actions/checkout@master

- name: Install ${{ matrix.version }}
Expand Down

0 comments on commit 38cadce

Please sign in to comment.