File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 env :
1515 WASM_OF_OCAML : true
16+ OXCAML_OPAM_REPO_REF : eeedfd918e54a8741d26af1a4ff2991b21c1045f
1617
1718 strategy :
1819 fail-fast : false
9495 uses : actions/checkout@v5
9596 with :
9697 repository : oxcaml/opam-repository
98+ ref : ${{ env.OXCAML_OPAM_REPO_REF }}
9799 path : janestreet/opam-repository
98100
99101 - name : Set-up Node.js
@@ -113,7 +115,7 @@ jobs:
113115 ocaml-compiler : ${{ matrix.ocaml-compiler }}
114116 opam-repositories : |
115117 default: https://github.com/ocaml/opam-repository.git
116- ox: https://github.com/oxcaml/opam-repository.git
118+ ox: https://github.com/oxcaml/opam-repository.git#${{ env.OXCAML_OPAM_REPO_REF }}
117119 if : matrix.ocaml-compiler == 'ocaml-variants.5.2.0+ox'
118120
119121 - name : Set-up Binaryen
You can’t perform that action at this time.
0 commit comments