diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ccdd4127..cf7715cf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,7 @@ jobs: - name: Use OCaml ${{ matrix.ocaml-compiler }} uses: ocaml/setup-ocaml@v2 with: + allow-prelease-opam: true ocaml-compiler: ${{ matrix.ocaml-compiler }} dune-cache: true @@ -66,6 +67,7 @@ jobs: - name: Use OCaml ${{ env.OCAML_DEFAULT_VERSION }} uses: ocaml/setup-ocaml@v2 with: + allow-prelease-opam: true ocaml-compiler: ${{ env.OCAML_DEFAULT_VERSION }} dune-cache: true @@ -95,6 +97,7 @@ jobs: - name: Use OCaml ${{ env.OCAML_DEFAULT_VERSION }} uses: ocaml/setup-ocaml@v2 with: + allow-prelease-opam: true ocaml-compiler: ${{ env.OCAML_DEFAULT_VERSION }} dune-cache: true diff --git a/.github/workflows/build_js.yml b/.github/workflows/build_js.yml index 4a7cfa6ff..1b8b19a06 100644 --- a/.github/workflows/build_js.yml +++ b/.github/workflows/build_js.yml @@ -46,6 +46,7 @@ jobs: - name: Use OCaml ${{ env.OCAML_DEFAULT_VERSION }} uses: ocaml/setup-ocaml@v2 with: + allow-prelease-opam: true ocaml-compiler: ${{ env.OCAML_DEFAULT_VERSION }} # Install dependencies diff --git a/alt-ergo-lib.opam b/alt-ergo-lib.opam index 2a172785c..b4e86e7ca 100644 --- a/alt-ergo-lib.opam +++ b/alt-ergo-lib.opam @@ -60,18 +60,3 @@ license: [ "LicenseRef-OCamlpro-Non-Commercial" "Apache-2.0" ] - -pin-depends: [ - [ - "dolmen.dev" - "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" - ] - [ - "dolmen_loop.dev" - "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" - ] - [ - "dolmen_type.dev" - "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" - ] -] diff --git a/alt-ergo-lib.opam.locked b/alt-ergo-lib.opam.locked index 37a0166e7..5eab1d38a 100644 --- a/alt-ergo-lib.opam.locked +++ b/alt-ergo-lib.opam.locked @@ -88,15 +88,15 @@ conflicts: [ pin-depends: [ [ "dolmen.dev" - "git+https://github.com/Gbury/dolmen.git#baaf1f92ccd473294679dd9025c3ae9a441a82fa" + "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" ] [ "dolmen_loop.dev" - "git+https://github.com/Gbury/dolmen.git#baaf1f92ccd473294679dd9025c3ae9a441a82fa" + "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" ] [ "dolmen_type.dev" - "git+https://github.com/Gbury/dolmen.git#baaf1f92ccd473294679dd9025c3ae9a441a82fa" + "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" ] [ "js_of_ocaml.5.4.0" diff --git a/alt-ergo-lib.opam.template b/alt-ergo-lib.opam.template index 01f2552ad..cde1fa1b8 100644 --- a/alt-ergo-lib.opam.template +++ b/alt-ergo-lib.opam.template @@ -6,18 +6,3 @@ license: [ "LicenseRef-OCamlpro-Non-Commercial" "Apache-2.0" ] - -pin-depends: [ - [ - "dolmen.dev" - "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" - ] - [ - "dolmen_loop.dev" - "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" - ] - [ - "dolmen_type.dev" - "git+https://github.com/Gbury/dolmen.git#b14eb8a2400c3dd2c34cded212c2135bbce1a57c" - ] -]