Skip to content

Commit

Permalink
Try assert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Nov 14, 2023
1 parent fdb7132 commit 596f7e2
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 @@ -78,8 +78,8 @@ jobs:
DUNE_CI_ALIAS: ${{ inputs.dune_alias }}
COMPILER: ${{ inputs.compiler }}
OCAML_COMPILER_GIT_REF: ${{ inputs.compiler_git_ref }}
CUSTOM_COMPILER_VERSION: ${{ inputs.custom_compiler_version }}
CUSTOM_COMPILER_SRC: ${{ inputs.custom_compiler_src }}
CUSTOM_COMPILER_VERSION: '5.2.0+fix-domain-assertion'
CUSTOM_COMPILER_SRC: 'https://github.com/jmid/ocaml/archive/fix-domain-assertion.tar.gz'
CUSTOM_OCAML_PKG_VERSION: ${{ inputs.custom_ocaml_package_version }}

# For the record, here is how to set up the environment to test
Expand Down

0 comments on commit 596f7e2

Please sign in to comment.