Skip to content

Commit

Permalink
enable mirage-crypto-pk cross compile on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRFS committed Oct 16, 2020
1 parent 0f78258 commit ab555a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/esy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ jobs:
"dependencies": {
"ocaml": "${{ matrix.ocaml-version }}",
"mirage-crypto": "./mirage-crypto.opam",
"mirage-crypto-pk": "./mirage-crypto-pk.opam",
"mirage-crypto-rng": "./mirage-crypto-rng.opam",
"mirage-crypto-rng-mirage": "./mirage-crypto-rng-mirage.opam",
"generate": "github:EduardoRFS/reason-mobile:generate.json#9e60c59f395626e24ab8bc918ef013e86a279a06"
"generate": "github:EduardoRFS/reason-mobile:generate.json#66f694b2d083624a4f971f897441b106585783e7"
},
"resolutions": {
"@opam/mtime": "github:dune-universe/mtime:mtime.opam#9584b66cecc891208b31cec4628dd412b8cffe75"
"@opam/mtime": "github:dune-universe/mtime:mtime.opam#9584b66cecc891208b31cec4628dd412b8cffe75",
"@opam/zarith": "github:dune-universe/Zarith:zarith.opam#c62b045106fafa407874053bdd79273a8f591352",
"@opam/num": "github:dune-universe/num:num.opam#bdb2d7653e927e142b701b51d89f393471279713",
"esy-gmp": "EduardoRFS/esy-gmp:package.json#c7112b03da47a5ed5fa4b77a97a11210387f42e3"
}
}' > esy.json
Expand Down

0 comments on commit ab555a0

Please sign in to comment.