We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b6cb8 commit 3c7f9cdCopy full SHA for 3c7f9cd
.ci/scripts/setup-arm-baremetal-tools.sh
@@ -8,6 +8,7 @@
8
# Setup arm example environment (including TOSA tools)
9
git config --global user.email "[email protected]"
10
git config --global user.name "Github Executorch"
11
+echo "$#"
12
if [[ -z "$#" ]]; then
13
bash examples/arm/setup.sh --i-agree-to-the-contained-eula
14
else
0 commit comments