File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ jobs:
1919 dune-version : [3.20.2]
2020 ocaml-version : [5.3.0]
2121 camlp5-version : [8.03.06]
22- hol-light-version : [3.0 .0]
23- hol-light-commit : [72b2b70 ]
22+ hol-light-version : [3.1 .0]
23+ hol-light-commit : [37af947 ]
2424 lambdapi-version : [master] # >= 3.0.0
2525 dedukti-version : [2.7]
26- # rocq-version: [9.0.0]
2726 runs-on : ubuntu-latest
2827 steps :
2928 # actions/checkout must be done BEFORE avsm/setup-ocaml
4948 sudo apt-get install -y libev-dev
5049 opam pin lambdapi lambdapi
5150 opam install -y lambdapi
51+ - name : Install camlp5
52+ run : |
53+ opam pin camlp5 ${{ matrix.camlp5-version }}
5254 - name : Install HOL-Light dependencies
5355 run : |
5456 opam install -y --deps-only hol_light.${{ matrix.hol-light-version }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ bug-reports: "https://github.com/Deducteam/hol2dk/issues"
1111depends: [
1212 "dune" {>= "3.7"}
1313 "ocaml" {>= "4.13"}
14- "hol_light" {= "3.0 .0"}
14+ # "hol_light" {= "3.1 .0"}
1515 "odoc" {with-doc}
1616]
1717build: [
You can’t perform that action at this time.
0 commit comments