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 fd0723c commit 434da40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,19 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-pin: false

- run: setup-x86_64.exe --packages=libssl-devel --root=D:\cygwin --site=https://cygwin.mirror.constant.com/ --symlink-type=sys

- run: ls -l /d/cygwin/bin/cygss* || true
- run: ls -l /d/cygwin/include/openssl* || true

- name: Checkout tree
uses: actions/checkout@v4

- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

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

- run: opam install .
Expand Down

0 comments on commit 434da40

Please sign in to comment.