Skip to content

Commit

Permalink
pkgconfiglite
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect committed Apr 11, 2024
1 parent ebea608 commit d872ca1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,8 @@ jobs:

- name: Setup PkgConfig (Windows)
if: matrix.config.target == 'windows'
env:
PKG_CONFIG_ZIP: "http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config_0.26-1_win32.zip"
GETTEXT_RUNTIME_ZIP: "http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime_0.18.1.1-2_win32.zip"
GLIB_ZIP: "http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.28/glib_2.28.8-1_win32.zip"
run: |
curl -LO "${{ env.PKG_CONFIG_ZIP }}"
7z x pkg-config_0.26-1_win32.zip -oC:\MinGW\bin pkg-config.exe
curl -LO "${{ env.GETTEXT_RUNTIME_ZIP }}"
7z x gettext-runtime_0.18.1.1-2_win32.zip -oC:\MinGW\bin intl.dll
curl -LO "${{ env.GLIB_ZIP }}"
7z x glib_2.28.8-1_win32.zip -oC:\MinGW\bin libglib-2.0-0.dll
echo "C:\MinGW\bin" >> $GITHUB_PATH
choco install pkgconfiglite
- name: Get crossbuild tools
if: matrix.config.target == 'linux' && matrix.config.arch != 'x64'
Expand Down

0 comments on commit d872ca1

Please sign in to comment.