mirror of https://github.com/OpenIPC/firmware.git
Fix CI build
parent
c7e74b8362
commit
192ea4fe14
|
@ -335,7 +335,9 @@ jobs:
|
|||
- name: Install build dependencies
|
||||
run: |
|
||||
sudo make install-deps
|
||||
./deps/install.sh
|
||||
if [ -d deps ]; then
|
||||
./deps/install.sh
|
||||
fi
|
||||
if [ ! -z "$ACT" ]; then
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue