Skip to content

Commit a84a40b

Browse files
committed
build:为 Ubuntu 系统增加 libavdevice-dev 依赖包
- 在 release.yml 文件中,为 Ubuntu 系统的依赖包列表增加了 libavdevice-dev - 这个修改可能有助于解决 Linux 系统上的一些问题
1 parent 59339cc commit a84a40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
6868
sudo apt-get update
69-
sudo apt-get install libasound2-dev pkg-config libavcodec-dev libavformat-dev libavutil-dev libavfilter-dev -y
69+
sudo apt-get install libasound2-dev pkg-config libavcodec-dev libavformat-dev libavutil-dev libavfilter-dev libavdevice-dev -y
7070
elif [[ "${{ matrix.os }}" == "macos-13" ]] || [[ "${{ matrix.os }}" == "macos-14" ]]; then
7171
brew install ffmpeg
7272
elif [[ "${{ matrix.os }}" == "windows-latest" ]]; then

0 commit comments

Comments
 (0)