Skip to content

Commit

Permalink
Whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jun 5, 2024
1 parent 3435530 commit 9e0dc6c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/main/preamble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OPAM_COLD=${OPAM_COLD:-0}
OPAM_TEST=${OPAM_TEST:-0}
OPAM_UPGRADE=${OPAM_UPGRADE:-0}

OPAM_REPO_MAIN=https://github.com/ocaml/opam-repository.git
OPAM_REPO_MAIN=https://github.com/dra27/opam-repository.git

OPAM12CACHE=`eval echo $OPAM12CACHE`
OPAMBSROOT=`eval echo $OPAMBSROOT`
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.ml
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,9 @@ let main oc : unit =
("OPAMBSROOT", "~/.cache/.opam.cached");
("OPAM12CACHE", "~/.cache/opam1.2/cache");
(* These should be identical to the values in appveyor.yml *)
("OPAM_REPO", "https://github.com/ocaml/opam-repository.git");
("OPAM_TEST_REPO_SHA", "0042660a9180d1270c19882182dcf61b6f8bb645");
("OPAM_REPO_SHA", "0042660a9180d1270c19882182dcf61b6f8bb645");
("OPAM_REPO", "https://github.com/dra27/opam-repository.git");
("OPAM_TEST_REPO_SHA", "cef59bc687f8af1060c471b4d633b63cd30df108");
("OPAM_REPO_SHA", "cef59bc687f8af1060c471b4d633b63cd30df108");
("SOLVER", "");
(* Cygwin configuration *)
("CYGWIN_MIRROR", "http://mirrors.kernel.org/sourceware/cygwin/");
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/depexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ defaults:

env:
OPAMVERSION: 2.1.0
OPAM_REPO: https://github.com/ocaml/opam-repository.git
OPAM_REPO_SHA: 0042660a9180d1270c19882182dcf61b6f8bb645
OPAM_REPO: https://github.com/dra27/opam-repository.git
OPAM_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108

jobs:
opam-cache:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ env:
OPAMBSVERSION: 2.1.0
OPAMBSROOT: ~/.cache/.opam.cached
OPAM12CACHE: ~/.cache/opam1.2/cache
OPAM_REPO: https://github.com/ocaml/opam-repository.git
OPAM_TEST_REPO_SHA: 0042660a9180d1270c19882182dcf61b6f8bb645
OPAM_REPO_SHA: 0042660a9180d1270c19882182dcf61b6f8bb645
OPAM_REPO: https://github.com/dra27/opam-repository.git
OPAM_TEST_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108
OPAM_REPO_SHA: cef59bc687f8af1060c471b4d633b63cd30df108
SOLVER:
CYGWIN_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
CYGWIN_ROOT: D:\cygwin
Expand Down

0 comments on commit 9e0dc6c

Please sign in to comment.