azwhikaru/Action-TWRP-Builder

While build recovery it give me an error

Closed this issue · 0 comments

'''
Run PATH=/bin:$PATH
PATH=
/bin:$PATH
cd /home/runner/work/Action-Recovery-builder/Action-Recovery-builder/workspace
export ALLOW_MISSING_DEPENDENCIES=true
source build/envsetup.sh
lunch omni_sub_v8-eng
make clean
make recoveryimage -j$(nproc --all)
shell: /bin/bash -e {0}
including device/kido/sub_v8/vendorsetup.sh
including vendor/omni/vendorsetup.sh
including sdk/bash_completion/adb.bash
Traceback (most recent call last):
File "vendor/omni/build/tools/roomservice.py", line 391, in
os.mkdir(local_manifest_dir)
OSError: [Errno 2] No such file or directory: '.repo/local_manifests'
Error: Process completed with exit code 1.
'''

Please help