diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index 8ec0c72..1c37a69 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -67,7 +67,7 @@ jobs: - name: Build Environment run: | sudo apt install aria2 -y - git clone https://gitlab.com/OrangeFox/misc/scripts + git clone https://gitlab.com/OrangeFox/misc/scripts.git -b master cd scripts sudo bash setup/android_build_env.sh @@ -78,7 +78,7 @@ jobs: cd ${GITHUB_WORKSPACE}/OrangeFox git config --global user.name "Carlo Dandan" git config --global user.email "jasminecarlo01@gmail.com" - git clone https://gitlab.com/OrangeFox/sync.git + git clone https://gitlab.com/OrangeFox/sync.git -b master cd sync ./orangefox_sync.sh --branch ${{ github.event.inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}