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 a73e212 commit a6e907c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- run: |
choco install pkgconfiglite
- run: git config --global core.autocrlf input
- uses: cygwin/cygwin-install-action@master
# - run: git config --global core.autocrlf input
# - uses: cygwin/cygwin-install-action@master

- shell: bash
run: |
Expand All @@ -56,13 +56,13 @@ jobs:
echo "LIBJPEG_CFLAGS=$(pkg-config --cflags libturbojpeg)" >> $GITHUB_ENV
echo "LIBJPEG_LIBS=$(pkg-config --libs libturbojpeg)" >> $GITHUB_ENV
curl -L -o opam64.tar.xz https://github.com/fdopen/opam-repository-mingw/releases/download/0.0.0.2/opam64.tar.xz
tar -xf opam64.tar.xz
bash opam64/install.sh
# curl -L -o opam64.tar.xz https://github.com/fdopen/opam-repository-mingw/releases/download/0.0.0.2/opam64.tar.xz
# tar -xf opam64.tar.xz
# bash opam64/install.sh
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "ocaml-variants.4.11.0+flambda+mingw64c"
ocaml-compiler: "ocaml-variants.4.14.0+flambda"
opam-disable-sandboxing: true
dune-cache: true
opam-repositories: |
Expand Down

0 comments on commit a6e907c

Please sign in to comment.