Fix CI build

pull/386/head
Dmitry Ilyin 2022-09-02 22:54:37 +03:00 committed by GitHub
parent c7e74b8362
commit 192ea4fe14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -335,7 +335,9 @@ jobs:
- 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