Skip to content

Commit

Permalink
JHP-76: Build is failing due to disk space. Try deleting unnecessary …
Browse files Browse the repository at this point in the history
  • Loading branch information
andylassiter committed Aug 14, 2024
1 parent 04b3bde commit c9f172d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Checkout
uses: actions/checkout@v4

Expand Down Expand Up @@ -107,6 +110,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit c9f172d

Please sign in to comment.