From bf2f43f5056d1e38c8603a499c6c194f02489688 Mon Sep 17 00:00:00 2001 From: Ensiform Date: Tue, 4 Jun 2024 10:06:22 -0500 Subject: [PATCH] pkg-config no longer needed on macOS builder Already pre-installed on the new images. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e29dad7..488b8be5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: steps: - name: Setup Build Environment - run: brew install coreutils ninja pkg-config sdl2 + run: brew install coreutils ninja sdl2 - uses: actions/checkout@v4 with: