From b3769231ea8e70d905e2d74789c19c66f69cd8fc Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty Date: Sat, 22 Feb 2025 05:27:09 +0000 Subject: [PATCH] Fix shell error in build --- .github/actions/setup-pnpm/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-pnpm/action.yml b/.github/actions/setup-pnpm/action.yml index 2339033a4..744dfba87 100644 --- a/.github/actions/setup-pnpm/action.yml +++ b/.github/actions/setup-pnpm/action.yml @@ -10,6 +10,7 @@ runs: steps: - name: Install ffmpeg if: runner.os == 'Linux' + shell: 'bash' run: | sudo apt-get update sudo apt-get install -y ffmpeg