Skip to content

Commit

Permalink
fix CI (deps -> depth)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr committed Nov 29, 2024
1 parent 114a4b5 commit 2671a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name=$(basename ${repo})
git init ${external}/${name}
git -C ${external}/${name} remote add origin $(cat ${repo}/REPO)
git -C ${external}/${name} fetch --deps 1 origin $(cat ${repo}/VERSION)
git -C ${external}/${name} fetch --depth 1 origin $(cat ${repo}/VERSION)
git -C ${external}/${name} checkout $(cat ${repo}/VERSION)
done
ndk=android-ndk-r27c
Expand Down

0 comments on commit 2671a26

Please sign in to comment.