Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 18, 2024
1 parent ed115a3 commit 682f177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 682f177

Please sign in to comment.