Skip to content

Commit

Permalink
ci: install asdf before invoking it
Browse files Browse the repository at this point in the history
  • Loading branch information
MetricMike committed Sep 30, 2024
1 parent 0742c58 commit b8b8e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
echo "${GITHUB_PATH}"
echo "${PATH}"
- name: Install asdf
uses: asdf-vm/actions/install@v3

- name: Retrieve latest version (source)
if: matrix.cli-version == 'source'
run: |
Expand Down

0 comments on commit b8b8e92

Please sign in to comment.