Don't tell brew to install pkg-config
it's already installed and will cause a warning
This commit is contained in:
parent
0fbdfdb371
commit
b65d0de4b0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: brew install ffmpeg@${{ matrix.ffmpeg_version }} pkg-config
|
||||
run: brew install ffmpeg@${{ matrix.ffmpeg_version }}
|
||||
- name: Install Rust stable with clippy and rustfmt
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user