Skip to content

Commit

Permalink
ci: free up disk space in linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msga-mmm committed Oct 9, 2023
1 parent 8736b90 commit 83b4bfe
Showing 1 changed file with 5 additions and 0 deletions.
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 83b4bfe

Please sign in to comment.