diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c06842..8454a86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - name: Install and test ${{ matrix.tool.plugin }} ${{ matrix.version }} on ${{ matrix.os }} run: | asdf install ${{ matrix.tool.plugin }} ${{ matrix.version }} - asdf set ${{ matrix.tool.plugin }} ${{ matrix.version }} + asdf local ${{ matrix.tool.plugin }} ${{ matrix.version }} which ${{ matrix.tool.plugin }} ${{ matrix.tool.command }} env: diff --git a/README.md b/README.md index 2d88529..517b7b7 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ asdf list all clang-format asdf install clang-format latest # Set a version (on your ~/.tool-versions file) -asdf set clang-format latest +asdf local clang-format latest # Now clang-tools commands are available clang-format