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: |