Skip to content

Commit

Permalink
Wind repo sha to 14bdd2a (fix GitHub patch URLs)
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Nov 13, 2023
1 parent a900aac commit 1b1ed23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
OPAMBSROOT: ~/.cache/.opam.cached
OPAM12CACHE: ~/.cache/opam1.2/cache
# This should be identical to the value in appveyor.yml
OPAM_TEST_REPO_SHA: 3d6779beedc761067596bf5c3f5c25ab57a7e3e7
OPAM_REPO_SHA: 3d6779beedc761067596bf5c3f5c25ab57a7e3e7
OPAM_TEST_REPO_SHA: 14bdd2a9acb9bd5bb46b4b44d6d7f59b4321f5d9
OPAM_REPO_SHA: 14bdd2a9acb9bd5bb46b4b44d6d7f59b4321f5d9
# Default ocaml version for some jobs
OCAML_VERSION: 4.12.0
## variables for cache paths
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ environment:
DEP_MODE: lib-ext
# This should be identical to the value in .github/workflows/ci.yml
OPAM_REPO: https://github.com/ocaml/opam-repository.git
OPAM_REPO_SHA: 3d6779beedc761067596bf5c3f5c25ab57a7e3e7
OPAM_TEST_REPO_SHA: 3d6779beedc761067596bf5c3f5c25ab57a7e3e7
OPAM_REPO_SHA: 14bdd2a9acb9bd5bb46b4b44d6d7f59b4321f5d9
OPAM_TEST_REPO_SHA: 14bdd2a9acb9bd5bb46b4b44d6d7f59b4321f5d9
matrix:
- CYG_ROOT: cygwin64
CYG_ARCH: x86_64
Expand Down

0 comments on commit 1b1ed23

Please sign in to comment.