File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 submodules : recursive
3636
3737 - name : Install system dependencies (macOS only)
38- run : brew install ffmpeg pkg-config
38+ run : brew install ffmpeg
3939
4040 - name : Install Rust toolchain
4141 uses : dtolnay/rust-toolchain@stable
@@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Install system dependencies (macOS only)
107107 if : runner.os == 'macOS'
108- run : brew install ffmpeg pkg-config
108+ run : brew install ffmpeg
109109
110110 - name : Cache vcpkg (Windows only)
111111 if : runner.os == 'Windows'
@@ -201,7 +201,7 @@ jobs:
201201 submodules : recursive
202202
203203 - name : Install system dependencies (macOS only)
204- run : brew install ffmpeg pkg-config
204+ run : brew install ffmpeg
205205
206206 - name : Install Rust toolchain
207207 uses : dtolnay/rust-toolchain@stable
You can’t perform that action at this time.
0 commit comments