From d23cb72c4d9ed1b2a7119e2d06417ebe8d8eabbd Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Wed, 10 May 2023 19:55:55 +0200 Subject: [PATCH] Remove dependencies from matrix_build.yml (#786) Co-authored-by: viktorxda --- .github/workflows/matrix_build.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/matrix_build.yml b/.github/workflows/matrix_build.yml index 9f054ebc..f5bbdbbf 100644 --- a/.github/workflows/matrix_build.yml +++ b/.github/workflows/matrix_build.yml @@ -339,29 +339,6 @@ jobs: with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. - - name: Checkout deps - if: ${{ env.FURRY != '' }} - uses: actions/checkout@v3 - with: - repository: furry-disco/deps - fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. - path: deps - submodules: recursive - ssh-key: ${{ secrets.FURRY }} - - - name: Install build dependencies - run: | - sudo make install-deps - if [ -d deps ]; then - ./deps/install.sh - fi - if [ ! -z "$ACT" ]; then - echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV - else - # https://github.com/actions/runner-images/issues/2577 - echo "8.8.8.8 invisible-mirror.net" | sudo tee -a /etc/hosts - fi - - name: Free disk space if: ${{ !env.ACT }} run: |