Skip to content

Commit 8077224

Browse files
committed
pin eliom and ocsigen-toolkit
1 parent 37e8112 commit 8077224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
ocaml-compiler: ${{ matrix.ocaml-compiler }}
4141
opam-pin: false
4242

43+
- run: |
44+
opam pin add -n eliom https://github.com/ocsigen/eliom.git
45+
opam pin add -n ocsigen-toolkit https://github.com/ocsigen/ocsigen-toolkit.git
46+
4347
- run: opam pin add ocsigen-start.7.0.0 . --no-action
4448

4549
- run: opam install .

0 commit comments

Comments
 (0)