Skip to content

Commit

Permalink
Merge pull request #107 from egose/dev
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
junminahn authored Feb 11, 2025
2 parents a99a408 + b7595ae commit d316004
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions asdf-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ runs:
mv asdf /usr/local/bin/
rm -f asdf.tar.gz
which asdf
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
echo "asdf installed successfully"
export PATH="${ASDF_DATA_DIR:-/home/runner/.asdf}/shims:$PATH"
echo "$PATH"
echo "✅asdf installed successfully"
shell: bash

- name: Cache tools
Expand Down

0 comments on commit d316004

Please sign in to comment.