mirror of https://github.com/OpenIPC/firmware.git
parent
9078c412b3
commit
970343c272
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue