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 13bb7f3 commit 0e3b8a8Copy full SHA for 0e3b8a8
.github/scripts/sketch_utils.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-LIBS_DIR="$GITHUB_WORKSPACE/tools/esp32-arduino-libs"
+LIBS_DIR="tools/esp32-arduino-libs"
4
5
function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [extra-options]
6
while [ ! -z "$1" ]; do
@@ -150,6 +150,8 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
150
exit 0
151
fi
152
153
+ ls tools/esp32-arduino-libs/
154
+
155
# Check if the sketch requires any configuration options
156
requirements=$(jq -r '.requires[]? // empty' $sketchdir/ci.json)
157
if [[ "$requirements" != "null" ]] || [[ "$requirements" != "" ]]; then
0 commit comments