Don't tell brew to install pkg-config

it's already installed and will cause a warning
This commit is contained in:
FreezyLemon 2024-05-18 01:02:16 +02:00 committed by Josh Holmer
parent 0fbdfdb371
commit b65d0de4b0

View File

@ -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: