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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- 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
|
- name: Install Rust stable with clippy and rustfmt
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user