From 14302dfd4d562501bb9cb91f28c9962a9f82b1a3 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Wed, 4 Sep 2024 16:07:11 +0200 Subject: [PATCH] fixup! Merge the CI workflows and stop using `setup-ocaml` --- .github/workflows/common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 5c17fa41..89967a95 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -115,8 +115,8 @@ jobs: - name: Fetch OCaml uses: actions/checkout@v4 with: - repository: ${{ inputs.compiler_repository }} - ref: ${{ inputs.compiler_ref }} + repository: ${{ env.COMPILER_REPO }} + ref: ${{ env.COMPILER_REF }} path: ocaml submodules: true if: steps.cache.outputs.cache-hit != 'true'