Skip to content

Commit

Permalink
Set CUSTOM_COMPILER_SRC
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Oct 15, 2024
1 parent 794a8f8 commit 5f14883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
COMPILER: ${{ inputs.compiler }}
OCAML_COMPILER_GIT_REF: 'refs/pull/13549/head'
CUSTOM_COMPILER_VERSION: '5.4.0+pr13549'
CUSTOM_COMPILER_SRC: ${{ inputs.custom_compiler_src }}
CUSTOM_COMPILER_SRC: 'https://github.com/ocaml/ocaml/archive/refs/pull/13549/head.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 5f14883

Please sign in to comment.