We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running dl_latest_bin() or dl_all_latest_bin(), all binaries are download for all OS, including Windows, MacOS and Linux.
dl_latest_bin()
dl_all_latest_bin()
A better behavior would be to only download the binary related to the current OS where the command is run.
The text was updated successfully, but these errors were encountered:
Fixed in f14b724
Sorry, something went wrong.
gdurif
No branches or pull requests
When running
dl_latest_bin()
ordl_all_latest_bin()
, all binaries are download for all OS, including Windows, MacOS and Linux.A better behavior would be to only download the binary related to the current OS where the command is run.
The text was updated successfully, but these errors were encountered: