Skip to content

Commit

Permalink
Update constraints (#8)
Browse files Browse the repository at this point in the history
* Update constraints

Signed-off-by: Marcello Seri <[email protected]>

* Update constraints

Signed-off-by: Marcello Seri <[email protected]>

* Force conduit constraints

Signed-off-by: Marcello Seri <[email protected]>

* workflow: pin esy version to workaround bug

* Update workflow.yml
  • Loading branch information
mseri authored Mar 24, 2021
1 parent b5a8c09 commit db6c55a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
opam depext tls
opam install tls
opam install astring clap cohttp-lwt-unix ezxmlm lwt_ppx
opam install astring cmdliner cohttp-lwt-unix ezxmlm lwt_ppx
- name: Build project
run: opam exec -- dune build -p doi2bib
Expand Down Expand Up @@ -171,7 +171,12 @@ jobs:
"@opam/num": "github:dune-universe/num:num.opam#bdb2d7653e927e142b701b51d89f393471279713",
"@opam/cmdliner": "github:dune-universe/cmdliner:cmdliner.opam#4fc08affe26642b6285cedc1d2ca7ec03127caf3",
"@opam/cstruct-sexp": "5.2.0",
"@opam/ocamlfind": "1.8.1"
"@opam/ocamlfind": "1.8.1",
"@opam/cohttp": "2.5.5",
"@opam/cohttp-lwt": "2.5.5",
"@opam/cohttp-lwt-unix": "2.5.5",
"@opam/conduit-lwt": "2.3.0",
"@opam/conduit": "2.3.0"
}
}' > esy.json
Expand All @@ -180,7 +185,7 @@ jobs:
node-version: 14

- name: Install esy
run: npm install -g esy
run: npm install -g esy@0.6.7

- name: Create cross compile toolchain lock
run: esy solve
Expand Down

0 comments on commit db6c55a

Please sign in to comment.