From 5d347a640ed7f3967e0a48c8e039d263e585c90c Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 5 Nov 2019 23:12:42 +0000 Subject: [PATCH] Fix typo --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0520df2..1f1c561 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v1 with: repository: haskell/haskell-ide-engine - submodules: recurse + submodules: recursive ref: ${{ env.hieref }} path: haskell-ide-engine -- 2.30.2