From a0dfb3171a65053938c05b141d6e074f741666c5 Mon Sep 17 00:00:00 2001 From: Roman Gershman Date: Tue, 21 Dec 2021 11:29:59 +0200 Subject: [PATCH] Fix checkout directive --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae88e6b..aed1051 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: true - name: Install dependencies run: | uname -a