From b8b8e9228264abee36e66c17a98d81dbfbc73522 Mon Sep 17 00:00:00 2001 From: Michael Weigle Date: Sun, 29 Sep 2024 21:00:51 -0400 Subject: [PATCH] ci: install asdf before invoking it --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec8c1d3..83fb936 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |