Replies: 2 comments 1 reply
-
Hey @eum602 Thanks for the report. This is our bad. We'll get a fix out this week or next week. Stay tuned. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@eum602 The fix has been released. Can you do me a favor and confirm on your end that it works as expected? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, hope this is the right place to raise an issue related to the way tools are installed:
When Installing SDK Tools I found some errors due to the
curl
version I have (7.68.0). The issue is presented since--output-dir
curl option is not availbable. A way I found to overcome this issue was to avoid the instruction and rather move to the temporal directory usingcd
.The change was just applied in
download
method which ended as follows:Beta Was this translation helpful? Give feedback.
All reactions