Skip to content

Commit 8c53049

Browse files
committed
Update test_ios.sh
1 parent d77ad15 commit 8c53049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ say() {
4747
say "Cloning the Code"
4848

4949
pushd . > /dev/null
50-
git clone https://github.com/pytorch/executorch.git "$OUTPUT"
50+
git clone -b release/0.6 https://github.com/pytorch/executorch.git "$OUTPUT"
5151
cd "$OUTPUT"
5252

5353
say "Updating the Submodules"

0 commit comments

Comments
 (0)