Skip to content

Commit 3cd40b6

Browse files
committed
add back accidentally removed part of build
1 parent 46d93be commit 3cd40b6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@ jobs:
175175
node-version: 23
176176
env:
177177
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+
working-directory: packages/rescript-relay/rescript-relay-ppx
189+
run: opam exec -- dune build bin/RescriptRelayPpxApp.exe
178190
- name: Build assets
179191
env:
180192
INPUT_TAG_NAME: ${{ github.event.inputs.tag_name }}

0 commit comments

Comments
 (0)