From a785ac5d7d10960293388a339aa91dd34a45038d Mon Sep 17 00:00:00 2001 From: Alastair Reid Date: Tue, 23 Jun 2026 13:19:48 +0100 Subject: [PATCH] Github workflow: fix ocamlc version (5.4.1) This is necessary to make the github workflow match the isa-tools.opam.locked file. --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f2bb788e..5491c760 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -36,7 +36,7 @@ jobs: - name: Setup OCaml uses: ocaml/setup-ocaml@v3 with: - ocaml-compiler: 5 + ocaml-compiler: 5.4.1 opam-disable-sandboxing: true dune-cache: true env: