Skip to content

Commit

Permalink
fixup! Merge the CI workflows and stop using setup-ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Sep 4, 2024
1 parent ed1eacb commit 14302df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 14302df

Please sign in to comment.