Skip to content

Commit 58fa6d1

Browse files
author
Lin Liu
committed
CP-311259: Use local opam pin until feature merge
Signed-off-by: Lin Liu <lin.liu01@citrix.com>
1 parent 864ff01 commit 58fa6d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • .github/workflows/setup-xapi-environment

.github/workflows/setup-xapi-environment/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ runs:
5959
opam-repositories: |
6060
xs-opam: ${{ steps.dotenv.outputs.repository }}
6161
dune-cache: true
62-
opam-pin: false
62+
opam-pin: true
63+
pin: .
6364
cache-prefix: v3-${{ steps.system-info.outputs.name }}-${{ steps.system-info.outputs.release }}
6465
env:
6566
DUNE_CACHE_STORAGE_MODE: copy

0 commit comments

Comments
 (0)