Skip to content

Commit

Permalink
ci(pull_request): free disk space on ubuntu-latest (biomejs#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger authored and msdlisper committed Nov 4, 2023
1 parent 230339c commit f52b7ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
- os: windows-latest
- os: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
if: matrix.os == 'ubuntu-latest'
uses: jlumbroso/free-disk-space@main
with:
android: true
- name: Checkout PR branch
uses: actions/checkout@v4
- name: Install toolchain
Expand Down

0 comments on commit f52b7ba

Please sign in to comment.