Removed install call as missing node issue was fixed
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m43s

This commit is contained in:
2025-06-22 22:07:55 -04:00
parent d227b9c146
commit f9c5abdde7

View File

@@ -30,10 +30,6 @@ jobs:
# !! Add your recipes here
- recipe.yml
steps:
- name: Install needed packages
shell: bash
run: |
sudo apt -y install nodejs
# the build is fully handled by the reusable github action
- name: Build Custom Image