Fix shell error in build

This commit is contained in:
Arnab Chakraborty
2025-02-22 05:27:09 +00:00
parent 1541519f26
commit b3769231ea

View File

@@ -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