diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9290db..f18f61a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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