Skip to content

Commit c008e9f

Browse files
committed
remove duplicate install
1 parent a7a5b52 commit c008e9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

0 commit comments

Comments
 (0)