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
+1 -1
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