Skip to content

Commit f843fc1

Browse files
authored
ci: use hol_light 3.1.0 (#190)
1 parent e708565 commit f843fc1

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -49,6 +48,9 @@ jobs:
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 }}

hol2dk.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://github.com/Deducteam/hol2dk/issues"
1111
depends: [
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
]
1717
build: [

0 commit comments

Comments
 (0)