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
I am trying to implement the new arduino compile with github actions: https://blog.arduino.cc/2021/04/09/test-your-arduino-projects-with-github-actions/
However, I can't seem to get any combination of vendor:name to work Example: https://github.com/Blueprint-Foundry/Shelly/runs/2339122444?check_suite_focus=true#step:3:41 Shows: Error during build: platform not installed
My .yaml file https://github.com/Blueprint-Foundry/Shelly/blob/main/.github/workflows/compile-test.yml has: with: platforms: | - source-url: https://github.com/espressif/arduino-esp32.git name: espressif:ESP32 Wrover Module
Any tips:?
The text was updated successfully, but these errors were encountered:
Actually, this was resolved here: arduino/compile-sketches#22 Closing issue :)
Sorry, something went wrong.
No branches or pull requests
I am trying to implement the new arduino compile with github actions:
https://blog.arduino.cc/2021/04/09/test-your-arduino-projects-with-github-actions/
However, I can't seem to get any combination of vendor:name to work
Example: https://github.com/Blueprint-Foundry/Shelly/runs/2339122444?check_suite_focus=true#step:3:41
Shows: Error during build: platform not installed
My .yaml file https://github.com/Blueprint-Foundry/Shelly/blob/main/.github/workflows/compile-test.yml
has:
with:
platforms: |
- source-url: https://github.com/espressif/arduino-esp32.git
name: espressif:ESP32 Wrover Module
Any tips:?
The text was updated successfully, but these errors were encountered: