Skip to content

Commit ab6d967

Browse files
authored
Merge pull request #1311 from o1-labs/dw/add-setup-ocaml
CI: add setup-ocaml reusable action
2 parents 9e967ca + e2049a3 commit ab6d967

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Shared OCaml setting up steps"
2+
description: "Shared OCaml setting up steps"
3+
inputs:
4+
ocaml_version:
5+
description: "OCaml version"
6+
required: true
7+
runs:
8+
using: "composite"
9+
steps:
10+
- name: Setup OCaml ${{ inputs.ocaml_version }}
11+
uses: ocaml/setup-ocaml@v3
12+
with:
13+
ocaml-compiler: ${{ inputs.ocaml_version }}

0 commit comments

Comments
 (0)