Skip to content

Commit 124f342

Browse files
committed
Remove darcs and mercurial
1 parent f5eaf21 commit 124f342

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# https://github.com/ocaml/setup-ocaml/blob/2f57267f071bc8547dfcb9433ff21d44fffef190/packages/setup-ocaml/src/unix.ts#L48
107107
# plus OPAM wants cmake
108108
sudo apt-get update
109-
sudo apt-get install -y bubblewrap darcs g++-multilib gcc-multilib mercurial musl-tools rsync cmake
109+
sudo apt-get install -y bubblewrap g++-multilib gcc-multilib musl-tools rsync cmake
110110
111111
- name: Restore rewatch build cache
112112
id: rewatch-build-cache

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install system dependencies
4343
run: |
4444
sudo apt-get update
45-
sudo apt-get install -y bubblewrap darcs g++-multilib gcc-multilib mercurial musl-tools rsync cmake
45+
sudo apt-get install -y bubblewrap g++-multilib gcc-multilib musl-tools rsync cmake
4646
4747
# --- rewatch build cache ---------------------------------------------
4848
# `make coverage` shells out to `make` which builds rewatch; cache the

0 commit comments

Comments
 (0)