Skip to content

Commit ec63d8e

Browse files
authored
Update setup-arm-baremetal-tools.sh
1 parent e9d7a11 commit ec63d8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/scripts/setup-arm-baremetal-tools.sh

+4
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
# NB: This function could be used to install Arm dependencies
88
# Setup arm example environment (including TOSA tools)
99

10+
11+
git config --global user.email "[email protected]" #test - line should be remove
12+
git config --global user.name "Github Executorch" #test - line should be remove
13+
1014
bash examples/arm/setup.sh --i-agree-to-the-contained-eula

0 commit comments

Comments
 (0)