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 79384bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- run: git config --global core.autocrlf input
- uses: actions/[email protected]
with:
packages: pkg-config
- uses: cygwin/cygwin-install-action@master
- shell: bash
run: rm -rf $(which pkg-config)
Expand Down Expand Up @@ -46,7 +48,8 @@ jobs:
run: |
echo "PKG_CONFIG_PATH=${GITHUB_WORKSPACE}\vcpkg_installed\\${VCPKG_DEFAULT_TRIPLET}\lib\pkgconfig" >> $GITHUB_ENV
- run: |
- shell: cmd
run: |
choco install pkgconfiglite
# - run: git config --global core.autocrlf input
Expand Down

0 comments on commit 79384bb

Please sign in to comment.