Skip to content

Commit

Permalink
yml: Added branch in cloning to avoid redirecting warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan authored Jan 9, 2024
1 parent a2cb286 commit 89bd8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/OrangeFox-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -78,7 +78,7 @@ jobs:
cd ${GITHUB_WORKSPACE}/OrangeFox
git config --global user.name "Carlo Dandan"
git config --global user.email "[email protected]"
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 }}
Expand Down

0 comments on commit 89bd8d9

Please sign in to comment.