Skip to content

Commit bb6d472

Browse files
committed
Try getting ffmpeg 7 on Linux runner
1 parent b6c0e2f commit bb6d472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-pnpm/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ runs:
1212
if: runner.os == 'Linux'
1313
shell: 'bash'
1414
run: |
15+
sudo add-apt-repository ppa:ubuntuhandbook1/ffmpeg7 -y
1516
sudo apt-get update
1617
sudo apt-get install -y ffmpeg
1718

0 commit comments

Comments
 (0)