From 6b4937d2aa463199963d92114c85df8a78a4ed26 Mon Sep 17 00:00:00 2001 From: Daniele Sciascia Date: Thu, 11 Nov 2021 13:44:18 +0100 Subject: [PATCH] Fix submodule checkout in github build actions --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be41a41d..ef3bdc11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,9 +90,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - - - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@master + with: + submodules: "recursive" - name: Install compiler run: |