Skip to content

Commit

Permalink
Use temporary GHA to clear more diskspace for IDE platform verificati…
Browse files Browse the repository at this point in the history
…on workflow. (#166)
  • Loading branch information
ChrisCarini authored Aug 20, 2023
1 parent e96bbf7 commit 0db47de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
# https://github.com/jlumbroso/free-disk-space
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@76866dbe54312617f00798d1762df7f43def6e5c # v1.2.0
# TODO: revert to jlumbroso/free-disk-space once jlumbroso/free-disk-space#8 is merged and released.
# uses: jlumbroso/free-disk-space@76866dbe54312617f00798d1762df7f43def6e5c # v1.2.0
uses: kfir4444/free-disk-space@0f2cc361875b00eaca290d19f2176e58c664fb02 # latest as of 2023-08-19
with:
# this remove tools (actions/setup-java) that are needed; hence, disable.
tool-cache: false
Expand Down

0 comments on commit 0db47de

Please sign in to comment.