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 5d59545 commit fd0723c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,15 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- run: echo $env:path
- run: ls -l c:/
- run: ls -l d:/a/

- 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: ls -l /d/cygwin/bin/cygss* || true
- run: ls -l /d/cygwin/include/openssl* || true

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

- run: opam install .
Expand Down

0 comments on commit fd0723c

Please sign in to comment.