Skip to content

Commit

Permalink
Free disk space in GitHub Actions workflow (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinjdobler authored Mar 25, 2024
1 parent 094f2f7 commit 824412b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
- uses: actions/checkout@v3
- name: Setup Python 3.10
uses: actions/setup-python@v4
Expand Down

0 comments on commit 824412b

Please sign in to comment.