Skip to content

Commit

Permalink
fix free disk space action (#339)
Browse files Browse the repository at this point in the history
* turn off large packages for free disk space
  • Loading branch information
diegoalzate authored Apr 13, 2023
1 parent f1bc164 commit 5629ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-rpch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ runs:
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.2.0

with:
large-packages: false
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5629ecb

Please sign in to comment.