Skip to content
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

Fix the GitHub Actions build #80

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

mmalecki
Copy link
Contributor

@mmalecki mmalecki commented May 28, 2024

By adding node.js and npm to the esp-idf container.
Build different targets in a matrix.

Fixes #79.

Successful run here: https://github.com/mmalecki/DroneBridge-ESP32/actions/runs/9264073314

An alternative implementation would be to avoid building the frontend target if the output directory is already present, but that could lead to stale build outputs when developing. Let me know what you think, and sorry for breaking this in the first place!

mmalecki added 2 commits May 28, 2024 12:35
`shx` is present in `package.json`.
By adding node.js and npm to the esp-idf container.
Build different targets in a matrix.

Fixes DroneBridge#79.
@seeul8er
Copy link
Contributor

seeul8er commented Jun 5, 2024

Sorry for the late reply! I was busy with other stuff. I'll merge right away! I trust you on this one.
Thank you for fixing it!

@seeul8er seeul8er merged commit cdb91c2 into DroneBridge:master Jun 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build broken due to new build-time npm dependency
2 participants