From d227b9c14614f356e7c82140a6a056ca318ca3f5 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 22 Jun 2025 20:35:03 -0400 Subject: [PATCH] use apt instead of apt-get --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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