We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59339cc commit a84a40bCopy full SHA for a84a40b
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
68
sudo apt-get update
69
- sudo apt-get install libasound2-dev pkg-config libavcodec-dev libavformat-dev libavutil-dev libavfilter-dev -y
+ sudo apt-get install libasound2-dev pkg-config libavcodec-dev libavformat-dev libavutil-dev libavfilter-dev libavdevice-dev -y
70
elif [[ "${{ matrix.os }}" == "macos-13" ]] || [[ "${{ matrix.os }}" == "macos-14" ]]; then
71
brew install ffmpeg
72
elif [[ "${{ matrix.os }}" == "windows-latest" ]]; then
0 commit comments