summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-03-02 14:06:38 -0800
committerGitHub <noreply@github.com>2021-03-02 14:06:38 -0800
commit32699ab8393f4d3cb02c9a132ea174c7a1e5e958 (patch)
tree74947150d762c4d527bc2716d5255437827a5875 /.github
parent0d5ab1705324e91d9788185cd16e1d4e6bf54fbe (diff)
Remove obsolete dependency on CxxTest. (#6038)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index abd47ec97..eb95a7bef 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -64,7 +64,6 @@ jobs:
sudo apt-get install -y \
build-essential \
ccache \
- cxxtest \
libcln-dev \
libgmp-dev \
libgtest-dev \
@@ -87,7 +86,6 @@ jobs:
run: |
brew install \
ccache \
- cxxtest \
cln \
gmp \
pkgconfig \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback