mirror of https://github.com/OpenIPC/firmware.git
Fix CI build
parent
c7e74b8362
commit
192ea4fe14
|
@ -335,7 +335,9 @@ jobs:
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo make install-deps
|
sudo make install-deps
|
||||||
|
if [ -d deps ]; then
|
||||||
./deps/install.sh
|
./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