Changeset - r28359:28c861a56180
[Not reviewed]
master
0 2 0
Patric Stout - 4 months ago 2023-12-30 17:00:38
truebrain@openttd.org
Change: [CI] pkg-config is installed by default on latest runner
2 files changed with 0 insertions and 10 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -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: |
.github/workflows/release-macos.yml
Show inline comments
 
@@ -40,7 +40,6 @@ jobs:
 
        echo "::group::Install brew dependencies"
 
        brew install \
 
          pandoc \
 
          pkg-config \
 
          # EOF
 
        echo "::endgroup::"
 

	
0 comments (0 inline, 0 general)