From 682f1775050860f15288369389b6cadb88e4e9a7 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Sun, 18 Aug 2024 22:28:39 +0200 Subject: [PATCH] X --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9403e88..bd599479 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,9 @@ jobs: - run: git config --global core.autocrlf input - uses: actions/checkout@v2.3.2 - uses: cygwin/cygwin-install-action@master + with: + packages: pkg-config + - shell: bash run: rm -rf $(which pkg-config) @@ -46,9 +49,6 @@ jobs: run: | echo "PKG_CONFIG_PATH=${GITHUB_WORKSPACE}\vcpkg_installed\\${VCPKG_DEFAULT_TRIPLET}\lib\pkgconfig" >> $GITHUB_ENV - - run: | - choco install pkgconfiglite - # - run: git config --global core.autocrlf input # - uses: cygwin/cygwin-install-action@master