Skip to content

Commit

Permalink
chore(asdf-tools): ignore errors when installing existing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Feb 11, 2025
1 parent d5ffec3 commit f9b9f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
version=$(echo "$line" | awk '{print $2}')
echo "Installing $tool $version..."
asdf install "$tool" "$version"
asdf install "$tool" "$version" || true
fi
done < .tool-versions
Expand Down

0 comments on commit f9b9f94

Please sign in to comment.