|
|
@@ -94,8 +94,8 @@ jobs:
|
|
|
run: |
|
|
|
mkdir -p ${GITHUB_WORKSPACE}/OrangeFox
|
|
|
cd ${GITHUB_WORKSPACE}/OrangeFox
|
|
|
- git config --global user.name "Samuel Kendall"
|
|
|
- git config --global user.email "kinguser981@gmail.com"
|
|
|
+ git config --global user.name "abrohim0786"
|
|
|
+ git config --global user.email "callofduty.pubg786@gmail.com"
|
|
|
git clone https://gitlab.com/OrangeFox/sync.git
|
|
|
cd sync
|
|
|
./orangefox_sync.sh --branch ${{ github.event.inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
|
|
|
@@ -227,4 +227,3 @@ jobs:
|
|
|
python3 ldcheck -p system/lib64:vendor/lib64:system/lib:vendor/lib -d ${{ github.event.inputs.LDCHECK }}
|
|
|
echo "Done checking missing dependencies. Review, and reconfigure your tree."
|
|
|
continue-on-error: true
|
|
|
-
|