use apt instead of apt-get
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 2s

This commit is contained in:
2025-06-22 20:35:03 -04:00
parent 576aa5a123
commit d227b9c146

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install needed packages
shell: bash
run: |
sudo apt-get -y install nodejs
sudo apt -y install nodejs
# the build is fully handled by the reusable github action
- name: Build Custom Image