mirror of https://github.com/OpenIPC/firmware.git
parent
9078c412b3
commit
970343c272
|
@ -180,10 +180,7 @@ jobs:
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
make install-deps
|
make install-deps
|
||||||
if [ -d deps ]; then
|
ls -l deps || true
|
||||||
./deps/install.sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -z "$ACT" ]; then
|
if [ ! -z "$ACT" ]; then
|
||||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue