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 59d68d6 commit 95f8c09
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ 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 @@ -43,13 +41,12 @@ jobs:
echo "PKG_CONFIG_PATH=${GITHUB_WORKSPACE}/vcpkg_installed/${VCPKG_DEFAULT_TRIPLET}/lib/pkgconfig" >> $GITHUB_ENV
- name: Set pkg-config path on Unix
shell: cmd
shell: bash
if: runner.os == 'Windows'
run: |
echo "PKG_CONFIG_PATH=${GITHUB_WORKSPACE}\vcpkg_installed\\${VCPKG_DEFAULT_TRIPLET}\lib\pkgconfig" >> $GITHUB_ENV
- shell: cmd
run: |
- run: |
choco install pkgconfiglite
# - run: git config --global core.autocrlf input
Expand Down Expand Up @@ -82,7 +79,6 @@ jobs:
- name: Install deps & build
run: |
opam switch 4.14.2-mingw64
eval $(opam env --switch=4.14.2-mingw64)
opam install . --with-test
opam exec -- dune build --verbose
Expand Down

0 comments on commit 95f8c09

Please sign in to comment.