Skip to content

Commit

Permalink
github/workflows: switch Ubuntu mingw-w64 build to pkgconf
Browse files Browse the repository at this point in the history
Ubuntu 24.04's pkg-config is already an almost empty transitional
package that depends on pkgconf, and pkgconf contains the
`/usr/bin/pkg-config` binary.

Thus while we are moving macOS to it, we shall do the same with
this mingw-w64 build.
  • Loading branch information
jeeb committed Nov 22, 2024
1 parent 1f0ec5c commit 45a72d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y ccache g++-mingw-w64 gcc-multilib meson nasm ninja-build pkg-config ${{ matrix.wine }}
sudo apt-get install -y ccache g++-mingw-w64 gcc-multilib meson nasm ninja-build pkgconf ${{ matrix.wine }}
- name: Install Meson Wraps
run: |
Expand Down

0 comments on commit 45a72d6

Please sign in to comment.