Skip to content

Commit 08f2d40

Browse files
committed
test
1 parent 122609f commit 08f2d40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/sketch_utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
157157
exit 0
158158
fi
159159

160+
echo "SDKCONFIG_DIR: $SDKCONFIG_DIR"
161+
160162
# Check if the sketch requires any configuration options
161163
requirements=$(jq -r '.requires[]? // empty' $sketchdir/ci.json)
162164
if [[ "$requirements" != "null" ]] || [[ "$requirements" != "" ]]; then

0 commit comments

Comments
 (0)