mirror of https://github.com/OpenIPC/firmware.git
Apple deps installation
parent
e1496567b5
commit
0a4e87ccb6
|
@ -180,7 +180,10 @@ jobs:
|
|||
- name: Install build dependencies
|
||||
run: |
|
||||
make install-deps
|
||||
ls -l deps || true
|
||||
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