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 8265015 commit ed115a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ jobs:
strategy:
matrix:
os: [windows-latest]
defaults:
run:
shell: bash
steps:
- run: git config --global core.autocrlf input
- uses: actions/[email protected]
- uses: cygwin/cygwin-install-action@master
- shell: bash
run: rm -rf $(which pkg-config)

Expand Down Expand Up @@ -74,6 +79,7 @@ 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 ed115a3

Please sign in to comment.