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