Skip to content

Commit

Permalink
Free up additional disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Jul 12, 2024
1 parent e7eafaf commit 24c1a94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-experiments-apache-beam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Free disk space
uses: jlumbroso/[email protected]
with:
docker-images: false
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run-experiments-spring-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Free disk space
uses: jlumbroso/[email protected]
with:
docker-images: false
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 24c1a94

Please sign in to comment.