From f9c5abdde72b53697fc64cf57d43f9f5d1541600 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 22 Jun 2025 22:07:55 -0400 Subject: [PATCH] Removed install call as missing node issue was fixed --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) 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