We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece10d9 commit 25286beCopy full SHA for 25286be
.github/workflows/opam-build.yml
@@ -53,9 +53,16 @@ jobs:
53
- name: Install dependencies (Windows)
54
if: ${{ matrix.os == 'windows-latest' }}
55
working-directory: melange
56
- run: opam update
+ run: |
57
+ opam update
58
+ opam pin -y add dune.dev https://github.com/ocaml/dune.git#a08e0f7f8a857b348267b30b10b9297ef881bb4d
59
+ opam pin -y add melange-compiler-libs.dev https://github.com/melange-re/melange-compiler-libs.git#575ac4c24b296ea897821f9aaee1146ff258c704
60
+ opam pin add reactjs-jsx-ppx.dev . --with-test -y
61
+ opam pin add melange.dev . --with-test -y
62
+ opam pin add rescript-syntax.dev . --with-test -y
63
64
- name: Install dependencies
65
+ if: ${{ matrix.os != 'windows-latest' }}
66
67
run: |
68
opam update
0 commit comments