Skip to content

Commit

Permalink
Merge pull request #1441 from humivo/RemoveCache
Browse files Browse the repository at this point in the history
Add step to remove cache in workflow
  • Loading branch information
humivo authored Oct 16, 2023
2 parents 055be33 + bc54408 commit 209a44e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run-image-build:
runs-on: ubuntu-latest
steps:
- name: Remove cache
run: rm -rf /opt/hostedtoolcache
- uses: actions/checkout@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 209a44e

Please sign in to comment.