-
-
Notifications
You must be signed in to change notification settings - Fork 398
Installer improvements #89
New issue
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #89 +/- ##
==========================================
+ Coverage 47.46% 47.98% +0.51%
==========================================
Files 92 92
Lines 4066 4087 +21
==========================================
+ Hits 1930 1961 +31
+ Misses 1903 1889 -14
- Partials 233 237 +4
Continue to review full report at Codecov.
|
as explained in arduino#81: It says all packages were downloaded: Updating index: package_index.json downloaded Updating index: package_esp8266com_index.json downloaded Updating index: package_lalala_index.json downloaded But when you run commands like arduino-cli core list or arduino-cli board listall it exits with an error: Error: loading json index file /Users/MY_USER_NAME/arduino-cli/data/package_lalala_index.json: invalid character '<' looking for beginning of value Failed to load http://google.com/package_lalala_index.json package index. Try updating all indexes with `arduino-cli core update-index`. It occurs, because package_lalala_index.json contains 404 HTML page.
759c29a
to
5a02ce4
Compare
✅ Build completed. ⬇️ Linux 64: ⬇️ Linux 32: ⬇️ Linux ARM: ⬇️ Windows: ⬇️ OSX: ℹ️ To test this build:
|
Improve handling of check output
Should fix #43