Skip to content

Commit 3ae5855

Browse files
committed
CI: pin Reason
Needed until reasonml/reason#2660 is released.
1 parent 972d3a9 commit 3ae5855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- run: opam depext --yes conf-postgresql
3535
- run: opam depext --yes conf-libev
36+
# Needed until https://github.com/reasonml/reason/pull/2660 is in opam.
37+
- run: opam pin add reason --yes --no-action --dev-repo
3638
- run: opam install --yes --deps-only --with-test ./dream.opam
3739
- run: opam exec -- dune runtest
3840
- run: |

0 commit comments

Comments
 (0)