Revert "Apple deps installation"

This reverts commit 0a4e87ccb6.
pull/386/head
Dmitry Ilyin 2022-08-22 20:34:08 +03:00
parent 9078c412b3
commit 970343c272
1 changed files with 1 additions and 4 deletions

View File

@ -180,10 +180,7 @@ jobs:
- name: Install build dependencies
run: |
make install-deps
if [ -d deps ]; then
./deps/install.sh
fi
ls -l deps || true
if [ ! -z "$ACT" ]; then
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
else