fix typo in gh action workflow test

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

View file

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