Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 21, 2024
1 parent 74dbc68 commit 829d09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: ls "C:\Program Files\OpenSSL"
- run: ls "C:\Program Files\OpenSSL\lib"
- run: ls "C:\Program Files\OpenSSL\include\openssl"
- run: vcpkg install openssl:x64-windows-static-md
- run: vcpkg install openssl --triplet=x64-mingw-dynamic

- name: Checkout tree
uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-pin: false

- run: C:\hostedtoolcache\windows\cygwin\3.5.4\x86_64\setup-x86_64.exe --packages=libssl-devel --root=D:\cygwin --site=https://cygwin.mirror.constant.com/ --symlink-type=sys
- run: opam install ssl

- run: opam pin add ocsigen-start.7.0.0 . --no-action

Expand Down

0 comments on commit 829d09f

Please sign in to comment.