From 1469e7c76fef840dd05298629d8c502b5ec3fb24 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 3 Jan 2023 22:15:23 +0100 Subject: [PATCH] Don't attempt to test mod_captcha_rust because it requires Elixir and Rust --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 110538b..18448df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - name: Get list of available modules run: | CTL=_build/dev/rel/ejabberd/bin/ejabberdctl - $CTL modules_available | awk '{print $1}' >modules_available.txt + $CTL modules_available | awk '{print $1}' | grep -v mod_captcha_rust >modules_available.txt - name: Install modules run: |