Skip to content

Commit

Permalink
chore: invalidate asdf cache in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jan 10, 2025
1 parent 2e733fc commit f1ae450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dev-env-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
with:
path: |
~/.asdf
key: ${{ runner.os }}-asdf-cache-${{ hashFiles('.tool-versions') }}
key: ${{ runner.os }}-asdf-cache-${{ hashFiles('.tool-versions') }}-v1
- uses: actions/cache@v3
id: perl-cache
with:
Expand Down

0 comments on commit f1ae450

Please sign in to comment.