From 00cdcce67cfd509ff3d18a2f5dcf426add87c4e8 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Wed, 10 May 2023 18:58:23 +0200 Subject: [PATCH] Revert "[no ci] Update matrix_build.yml (#784)" This reverts commit a4a04c70aec57bb17e37895feb21ca459a319b60. --- .github/workflows/matrix_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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