Skip to content

Commit 0eb46bd

Browse files
committed
ci: attempt to run asdf install straight from .tool-versions
1 parent e8eaf4f commit 0eb46bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci_testing.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
- name: Install asdf cli
2222
uses: asdf-vm/actions/setup@v4
2323

24-
- name: Setup asdf
25-
run: |
26-
asdf install
27-
asdf reshim
24+
- name: Install software through asdf
25+
uses: asdf-vm/actions/install@v4
26+
27+
- name: reshim asdf
28+
run: asdf reshim
2829

2930
- name: Cache Poetry virtualenv
3031
uses: actions/cache@v4

0 commit comments

Comments
 (0)