-
-
Notifications
You must be signed in to change notification settings - Fork 16
compile-sketches reporting 403 when trying to download arduino-cli #227
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
Comments
As a result of this issue, the compile-sketches.yml workflow is failing across multiple owners. E.g.
The compile-sketches.yml workflow relies on the downloads.arduino.cc domain for obtaining the CLI, as defined in the install_arduino_cli method here.
The |
Here is the fix: Foroxon@2c502ef |
Awesome! Mind slapping that into a PR so it can be merged with main? |
Thanks for your report @nomakewan! As already indicated by @Foroxon, this was related to the default A change to the The Arduino web team have since restored compatibility with the |
Describe the problem
When trying to run the compile-sketches action, all actions fail and the traceback indicates that this is due to a 403 when attempting to access the URL for the Arduino CLI.
To reproduce
Attempt to run the compile-sketches action.
Expected behavior
Sketches compile.
'arduino/compile-sketches' version
Same error both with v1 and main
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: