Revert "[no ci] Update matrix_build.yml" (#785)

pull/786/head
viktorxda 2023-05-10 18:58:37 +02:00 committed by GitHub
parent a4a04c70ae
commit fef5f53228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -344,8 +344,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: furry-disco/deps repository: furry-disco/deps
fetch-depth: 0 fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
path: deps path: deps
submodules: recursive
ssh-key: ${{ secrets.FURRY }} ssh-key: ${{ secrets.FURRY }}
- name: Install build dependencies - name: Install build dependencies