diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c7faa9bf..d9678257 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - sumodules: true + submodules: true - name: Install dependencies to generate configure run: | sudo apt update