From 1993215fe693752b671f6a7f65ddb40392a47796 Mon Sep 17 00:00:00 2001 From: Anders Fugmann Date: Mon, 3 Jun 2024 21:58:25 +0200 Subject: [PATCH] Dont use automatic pin or depext --- .github/workflows/workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 279ad1a..c6605b4 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -60,6 +60,8 @@ jobs: uses: ocaml/setup-ocaml@v2 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} + opam-pin: false + opam-depext: false - run: opam pin . --no-action - run: opam depext aws-s3 aws-s3-${{ matrix.concurrency }} --yes --with-doc --with-test