Skip to content

Commit acb19fd

Browse files
committed
bump repo_sha to ocaml/opam-repository # 28455
1 parent cb1a73c commit acb19fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ let main oc : unit =
544544
("OPAM12CACHE", "~/.cache/opam1.2/cache");
545545
(* These should be identical to the values in appveyor.yml *)
546546
("OPAM_REPO", "https://github.com/kit-ty-kate/opam-repository.git");
547-
("OPAM_TEST_REPO_SHA", "3dab8c734b15bf2b5c1d8b99bb134f51361a6bee");
548-
("OPAM_REPO_SHA", "3dab8c734b15bf2b5c1d8b99bb134f51361a6bee");
547+
("OPAM_TEST_REPO_SHA", "2e86b4d508e56b2affe6458ef776e20b9b4ec253");
548+
("OPAM_REPO_SHA", "2e86b4d508e56b2affe6458ef776e20b9b4ec253");
549549
("SOLVER", "");
550550
(* Cygwin configuration *)
551551
("CYGWIN_MIRROR", "http://mirrors.kernel.org/sourceware/cygwin/");

.github/workflows/depexts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defaults:
1919
env:
2020
OPAMVERSION: 2.4.1
2121
OPAM_REPO: https://github.com/kit-ty-kate/opam-repository.git
22-
OPAM_REPO_SHA: 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
22+
OPAM_REPO_SHA: 2e86b4d508e56b2affe6458ef776e20b9b4ec253
2323

2424
jobs:
2525
opam-cache:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ env:
2626
OPAMBSROOT: ~/.cache/.opam.cached
2727
OPAM12CACHE: ~/.cache/opam1.2/cache
2828
OPAM_REPO: https://github.com/kit-ty-kate/opam-repository.git
29-
OPAM_TEST_REPO_SHA: 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
30-
OPAM_REPO_SHA: 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
29+
OPAM_TEST_REPO_SHA: 2e86b4d508e56b2affe6458ef776e20b9b4ec253
30+
OPAM_REPO_SHA: 2e86b4d508e56b2affe6458ef776e20b9b4ec253
3131
SOLVER:
3232
CYGWIN_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
3333
CYGWIN_ROOT: D:\cygwin

0 commit comments

Comments
 (0)