Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-08-29 18:31:05 +0300
committerAleksander Machniak <alec@alec.pl>2021-08-29 18:31:05 +0300
commit75a6ab651a383f6c753bbadcc09862b2dce93fe5 (patch)
tree1d4370bac8674a5caf81ff1eaca5ccccd4d9d235 /.github
parent00521bf61786d0df38d63b3d26b9928d6830d74f (diff)
GA: Install aspell
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 817812f52..531950007 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -31,6 +31,9 @@ jobs:
- name: Setup problem matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
+ - name: Install Aspell
+ run: apt-get -y install aspell aspell-en
+
- name: Setup composer
run: |
cp composer.json-dist composer.json