From 36ddf64b2aa2ba7085d3f606b51d1b6e1512553b Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Wed, 28 Feb 2024 07:46:41 -0500 Subject: [PATCH] ci: Don't automatically run asdf --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 981c256..73e96a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: packages: write steps: - - uses: asdf-vm/actions/install@f4acd427436df623426c29f7e3e9ea715be28396 + - uses: asdf-vm/actions/setup@f4acd427436df623426c29f7e3e9ea715be28396 - run: rustup update stable - uses: extractions/setup-just@v1