ci-linux.yml: also need submodules
authornotaz <notasas@gmail.com>
Fri, 29 Oct 2021 21:08:27 +0000 (00:08 +0300)
committernotaz <notasas@gmail.com>
Fri, 29 Oct 2021 21:08:27 +0000 (00:08 +0300)
.github/workflows/ci-linux.yml

index 511aa56..438b055 100644 (file)
@@ -5,6 +5,8 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2
+      with:
+        submodules: true
     - name: Install dependencies
       run: |
         sudo apt-get update -qq