We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d93be commit 3cd40b6Copy full SHA for 3cd40b6
.github/workflows/build-release.yml
@@ -175,6 +175,18 @@ jobs:
175
node-version: 23
176
env:
177
CI: true
178
+ - name: Set up OCaml
179
+ uses: ocaml/setup-ocaml@v3
180
+ with:
181
+ ocaml-compiler: "4.14"
182
+ dune-cache: true
183
+ cache-prefix: "v1"
184
+ - name: Install PPX dependencies
185
+ working-directory: packages/rescript-relay/rescript-relay-ppx
186
+ run: opam install . --deps-only
187
+ - name: Build PPX
188
189
+ run: opam exec -- dune build bin/RescriptRelayPpxApp.exe
190
- name: Build assets
191
192
INPUT_TAG_NAME: ${{ github.event.inputs.tag_name }}
0 commit comments