From b65d0de4b0a7606b38a512abed7da89a8d9c315e Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Sat, 18 May 2024 01:02:16 +0200 Subject: [PATCH] Don't tell brew to install pkg-config it's already installed and will cause a warning --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f12024c..2a7b376 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: