Skip to content

Commit

Permalink
Merge pull request #103 from egose/dev
Browse files Browse the repository at this point in the history
chore(asdf-tools): ignore errors when installing existing tools
  • Loading branch information
junminahn authored Feb 11, 2025
2 parents 1b63e87 + f9b9f94 commit e52d143
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 e52d143

Please sign in to comment.