1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 17:19:09 +00:00

Change: [CI] pkg-config is installed by default on latest runner

This commit is contained in:
Patric Stout
2023-12-30 18:00:38 +01:00
parent b3833d75d9
commit 8cd42932f0
2 changed files with 0 additions and 10 deletions

View File

@@ -192,15 +192,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install \
pkg-config \
# EOF
- name: Prepare cache key
id: key
run: |

View File

@@ -40,7 +40,6 @@ jobs:
echo "::group::Install brew dependencies"
brew install \
pandoc \
pkg-config \
# EOF
echo "::endgroup::"