diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fb8095..f863eb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,11 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v3 + with: + submodules: 'true' + set-safe-directory: 'true' + fetch-depth: '10' + - name: Install Rust ${{ matrix.toolchain }} toolchain run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain ${{ matrix.toolchain }}