Skip to content

Commit

Permalink
Parent
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jun 5, 2024
1 parent 9e0dc6c commit 77ce5ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.ml
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ let main oc : unit =
("OPAM12CACHE", "~/.cache/opam1.2/cache");
(* These should be identical to the values in appveyor.yml *)
("OPAM_REPO", "https://github.com/dra27/opam-repository.git");
("OPAM_TEST_REPO_SHA", "cef59bc687f8af1060c471b4d633b63cd30df108");
("OPAM_REPO_SHA", "cef59bc687f8af1060c471b4d633b63cd30df108");
("OPAM_TEST_REPO_SHA", "5979d639be2999663a41c1d1b8a73ce3036dcb41");
("OPAM_REPO_SHA", "5979d639be2999663a41c1d1b8a73ce3036dcb41");
("SOLVER", "");
(* Cygwin configuration *)
("CYGWIN_MIRROR", "http://mirrors.kernel.org/sourceware/cygwin/");
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
env:
OPAMVERSION: 2.1.0
OPAM_REPO: https://github.com/dra27/opam-repository.git
OPAM_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108
OPAM_REPO_SHA: 5979d639be2999663a41c1d1b8a73ce3036dcb41

jobs:
opam-cache:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ env:
OPAMBSROOT: ~/.cache/.opam.cached
OPAM12CACHE: ~/.cache/opam1.2/cache
OPAM_REPO: https://github.com/dra27/opam-repository.git
OPAM_TEST_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108
OPAM_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108
OPAM_TEST_REPO_SHA: 5979d639be2999663a41c1d1b8a73ce3036dcb41
OPAM_REPO_SHA: 5979d639be2999663a41c1d1b8a73ce3036dcb41
SOLVER:
CYGWIN_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
CYGWIN_ROOT: D:\cygwin
Expand Down

0 comments on commit 77ce5ee

Please sign in to comment.