Removed install call as missing node issue was fixed
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m43s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 3m43s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user