Skip to content

Commit 98d478e

Browse files
committed
Test whether setup-ocaml works at all on the ARM64 runner
1 parent 7e8b601 commit 98d478e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160
ocaml_compiler: ocaml-variants.4.14.2+options,ocaml-option-static
161161
- os: ubuntu-latest
162162
ocaml_compiler: ocaml-variants.4.13.0+options,ocaml-option-static
163+
- os: buildjet-2vcpu-ubuntu-2204-arm # ARM
164+
ocaml_compiler: ocaml-variants.5.2.0+options,ocaml-option-static
163165

164166
runs-on: ${{matrix.os}}
165167

@@ -224,6 +226,8 @@ jobs:
224226
uses: ocaml/[email protected]
225227
if: steps.cache-opam-env.outputs.cache-hit != 'true'
226228
with:
229+
opam-repositories: |
230+
default: https://github.com/cknitt/opam-repository.git
227231
ocaml-compiler: ${{matrix.ocaml_compiler}}
228232
opam-pin: false
229233

0 commit comments

Comments
 (0)