aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-deriving.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-deriving.sh')
-rwxr-xr-xdev/ci/ci-deriving.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/ci/ci-deriving.sh b/dev/ci/ci-deriving.sh
index ec3625c177..c34fc44f69 100755
--- a/dev/ci/ci-deriving.sh
+++ b/dev/ci/ci-deriving.sh
@@ -3,8 +3,6 @@
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
-install_ssreflect
-
git_download deriving
( cd "${CI_BUILD_DIR}/deriving" && make && make tests && make install )