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: