Remove dependencies from matrix_build.yml (#786)

Co-authored-by: viktorxda <viktorxda@users.noreply.github.com>
pull/788/head
viktorxda 2023-05-10 19:55:55 +02:00 committed by GitHub
parent fef5f53228
commit d23cb72c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

@ -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: |