From cf793ed3f2c123e2fcdce2d4175a1e66d0fc2fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Wed, 8 Nov 2023 17:39:55 +0100 Subject: [PATCH] again --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 024ba658aa..fe60d650ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,6 +58,9 @@ jobs: uses: ocaml/setup-ocaml@v2 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} + opam-repositories: | + beta: https://github.com/ocaml/ocaml-beta-repository.git + default: https://github.com/ocaml/opam-repository.git - name: Install dependencies run: |