diff --git a/.github/workflows/matrix_build.yml b/.github/workflows/matrix_build.yml index c5530cef..9f054ebc 100644 --- a/.github/workflows/matrix_build.yml +++ b/.github/workflows/matrix_build.yml @@ -344,8 +344,9 @@ jobs: uses: actions/checkout@v3 with: repository: furry-disco/deps - fetch-depth: 0 + fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. path: deps + submodules: recursive ssh-key: ${{ secrets.FURRY }} - name: Install build dependencies