We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c0e2f commit bb6d472Copy full SHA for bb6d472
.github/actions/setup-pnpm/action.yml
@@ -12,6 +12,7 @@ runs:
12
if: runner.os == 'Linux'
13
shell: 'bash'
14
run: |
15
+ sudo add-apt-repository ppa:ubuntuhandbook1/ffmpeg7 -y
16
sudo apt-get update
17
sudo apt-get install -y ffmpeg
18
0 commit comments