Skip to content

Commit

Permalink
Use old asdf for now
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 20, 2025
1 parent fee84ae commit 5870453
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ jobs:

- name: asdf setup
uses: asdf-vm/actions/install@v3
# - name: asdf cache
# uses: actions/cache@v2
# with:
# path: ~/.asdf/installs
# key: ${{ runner.os }}-${{ hashFiles('**/.tool-versions') }}
# restore-keys: |
# ${{ runner.os }}-asdf-
with:
asdf_branch: v0.15.0
- name: asdf cache
uses: actions/cache@v2
with:
path: ~/.asdf/installs
key: ${{ runner.os }}-${{ hashFiles('**/.tool-versions') }}
restore-keys: |
${{ runner.os }}-asdf-
- name: asdf install
run: asdf install && asdf reshim

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-gh-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v4

- name: asdf setup
uses: asdf-vm/actions/setup@v3
- name: asdf add plugins
uses: asdf-vm/actions/plugins-add@v3
uses: asdf-vm/actions/install@v3
with:
asdf_branch: v0.15.0
- name: asdf cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5870453

Please sign in to comment.