Skip to content

Commit 582f514

Browse files
authored
Merge pull request #385 from ocaml-multicore/revert-tmp-jmid-custom-repo
Revert temporary jmid custom repo
2 parents e5f3ccd + 1ece6c1 commit 582f514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
opam-repositories: |
193193
local: ${{ github.workspace }}\.github\opam\custom
194194
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
195-
override: https://github.com/jmid/custom-opam-repository.git#add-510rc1
195+
override: https://github.com/shym/custom-opam-repository.git
196196
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
197197
upstream: https://github.com/ocaml/opam-repository.git
198198
opam-depext: false
@@ -243,7 +243,7 @@ jobs:
243243
opam init --disable-sandboxing --auto-setup --bare
244244
opam repository add --all main "https://github.com/ocaml/opam-repository.git"
245245
opam repository add --all windows "https://github.com/ocaml-opam/opam-repository-mingw.git#sunset"
246-
opam repository add --all override "https://github.com/jmid/custom-opam-repository.git#add-510rc1"
246+
opam repository add --all override "https://github.com/shym/custom-opam-repository.git"
247247
opam repository add --all dra27 "https://github.com/dra27/opam-repository.git#windows-5.0"
248248
opam repository add --all local "./.github/opam/custom/"
249249
opam switch create default --repositories=dra27,override,windows,main --packages "${env:COMPILER}"

0 commit comments

Comments
 (0)