-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8265015
commit ed115a3
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
@@ -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 | ||
|