From a14ce2af60e4652f0547b2f23b39b06f922e1201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 4 Mar 2022 14:51:06 +0100 Subject: [PATCH] fix typo in gh action workflow test --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 35396d8..3d57679 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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