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 59d68d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .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 @@ -41,12 +43,13 @@ jobs:
echo "PKG_CONFIG_PATH=${GITHUB_WORKSPACE}/vcpkg_installed/${VCPKG_DEFAULT_TRIPLET}/lib/pkgconfig" >> $GITHUB_ENV
- name: Set pkg-config path on Unix
shell: bash
shell: cmd
if: runner.os == 'Windows'
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 59d68d6

Please sign in to comment.