From d95d100c3c9061e4f7a13fa45a8a0e25dca27fde Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Thu, 12 Jun 2025 08:10:42 +0000 Subject: [PATCH] docs: update README.md and build.yml --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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