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 122609f commit 08f2d40Copy full SHA for 08f2d40
.github/scripts/sketch_utils.sh
@@ -157,6 +157,8 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
157
exit 0
158
fi
159
160
+ echo "SDKCONFIG_DIR: $SDKCONFIG_DIR"
161
+
162
# Check if the sketch requires any configuration options
163
requirements=$(jq -r '.requires[]? // empty' $sketchdir/ci.json)
164
if [[ "$requirements" != "null" ]] || [[ "$requirements" != "" ]]; then
0 commit comments