Test install.sh

pull/386/head
Dmitry Ilyin 2022-09-02 21:58:26 +03:00
parent eae74d2a9e
commit c7e74b8362
1 changed files with 1 additions and 1 deletions

View File

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