Skip to content

Commit

Permalink
feat: add asdf tool cache (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langleu authored Jan 10, 2025
1 parent 134839f commit 0abc5c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/setup-aws/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ runs:
steps:

############# Tool Installations #############
- name: Cache asdf installation
id: cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
with:
path: |
/home/runner/.asdf
key: ${{ runner.os }}-tooling-${{ hashFiles('**/.tool-versions') }}
restore-keys: |
${{ runner.os }}-tooling-
- name: Install tooling using asdf
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3

Expand Down

0 comments on commit 0abc5c1

Please sign in to comment.