From 3069420ea00fb67a2fb0b9b1affe621f624702ac Mon Sep 17 00:00:00 2001 From: reisxd <29177546+reisxd@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:43:02 +0300 Subject: [PATCH] fix: fix actions hell begins --- .github/workflows/build-new-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-new-release.yaml b/.github/workflows/build-new-release.yaml index 46e6b3a..cab073e 100644 --- a/.github/workflows/build-new-release.yaml +++ b/.github/workflows/build-new-release.yaml @@ -21,7 +21,7 @@ jobs: - name: Install modules and build standalone service working-directory: tizenbrew-app/TizenBrew/service run: | - sudo apt install -y expect zip + sudo apt install -y expect zip coreutils npm install npm install -g @vercel/ncc npm install -g wgt-to-usb