File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1111 branches : [ master ]
1212
1313jobs :
14- nix :
15- runs-on : ubuntu-latest
16-
17- steps :
18- - uses : actions/checkout@v2
19- - uses : cachix/install-nix-action@v10
20- - run : nix-build
14+ # nix:
15+ # runs-on: ubuntu-latest
16+ #
17+ # steps:
18+ # - uses: actions/checkout@v2
19+ # - uses: cachix/install-nix-action@v10
20+ # - run: nix-build
2121
2222 opam :
2323 runs-on : ubuntu-latest
2626 coq_version :
2727 - ' 8.11'
2828 - ' 8.12'
29+ - ' 8.13'
2930 ocaml_version :
3031 - ' minimal'
3132 steps :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
1010
1111build: [ make ]
1212install: [ make "install" "VFILES=structures.v" ]
13- depends: [ "coq-elpi" {> "1.5.99 " & < "1.7.0 ~"} ]
13+ depends: [ "coq-elpi" {>= "1.6 " & < "1.9 ~"} ]
1414synopsis: "Hierarchy Builder"
1515description: """
1616High level commands to declare and evolve a hierarchy based on packed classes.
You can’t perform that action at this time.
0 commit comments