branch: externals/ement
commit 63e22bab0f34efefc82b732c52414871912d77df
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Meta: Install ispell for CI
    
    It seems to be missing from the Nix image provided by setup-emacs now.
---
 .github/workflows/test.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2d452d1fd2..947cc1bba7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -52,6 +52,10 @@ jobs:
 
     - uses: actions/checkout@v2
 
+    - name: Install Ispell
+      run: |
+        sudo apt-get install ispell
+
     - name: Initialize sandbox
       run: |
         SANDBOX_DIR=$(mktemp -d) || exit 1

Reply via email to