Skip to content

Commit

Permalink
build: clear hostedtoolcache
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 17, 2023
1 parent 379ace7 commit 09b6dc8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ jobs:
env:
SEMVER: ${{ inputs.semver }}

- name: Display disk space
run: |
df -h
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Display disk space
run: |
df -h
- name: Checkout Code
uses: actions/checkout@v3

Expand Down

0 comments on commit 09b6dc8

Please sign in to comment.