add libnotmuch to test gh action workflow

This commit is contained in:
Clément DOUIN 2022-03-04 14:49:02 +01:00
parent 04cce37316
commit cb21edaec4
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -10,6 +10,8 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install libnotmuch
run: sudo apt-get install -y linotmuch-dev
- name: Checkout code
uses: actions/checkout@v2
- name: Start GreenMail testing server