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