From 075298046657fa6125bdb4b4fbabe9d8326386a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Sat, 21 Sep 2024 13:54:41 +0200 Subject: [PATCH] DEBUG --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7f60b78..0e5a4a2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,26 +26,26 @@ jobs: runs-on: ${{ matrix.os }} steps: + - name: Checkout tree + uses: actions/checkout@v4 + + - name: Set-up Node.js + uses: actions/setup-node@v4 + with: + node-version: lts/* + - name: Set-up OCaml uses: ocaml/setup-ocaml@v3 with: 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: 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: echo $env:path - run: ls -l /cygwin/bin/ || true - run: ls -l /cygwin/usr/include/ || 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 .