Skip to content

Commit 006fe09

Browse files
richardpringledannywillems
authored andcommitted
Try setup ocaml
1 parent e1f6d7b commit 006fe09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ jobs:
274274
- name: Setup build dependencies
275275
uses: ./.github/actions/setup-build-deps
276276

277+
- name: Use shared OCaml setting up steps
278+
uses: ./.github/actions/setup-ocaml
279+
with:
280+
ocaml_version: ${{ env.OCAML_VERSION }}
281+
277282
- name: Setup Rust
278283
uses: ./.github/actions/setup-rust
279284
with:

0 commit comments

Comments
 (0)