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 203043a commit 5a02948Copy full SHA for 5a02948
.github/workflows/ci.yml
@@ -34,21 +34,12 @@ jobs:
34
submodules: true
35
36
- name: Use OCaml ${{matrix.ocaml_compiler}}
37
- if: runner.name != 'macos-arm'
38
uses: ocaml/setup-ocaml@v2
39
with:
40
ocaml-compiler: ${{matrix.ocaml_compiler}}
41
opam-pin: false
42
opam-depext: false
43
44
- - name: Use OCaml ${{matrix.ocaml_compiler}} (macOS ARM)
45
- if: runner.name == 'macos-arm'
46
- uses: AbstractMachinesLab/setup-ocaml@arm-support
47
- with:
48
- ocaml-compiler: ${{matrix.ocaml_compiler}}
49
- opam-pin: false
50
- opam-depext: false
51
-
52
- name: Use Node.js
53
uses: actions/setup-node@v3
54
0 commit comments