Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e3b8a8

Browse files
committedOct 2, 2024··
test
1 parent 13bb7f3 commit 0e3b8a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/scripts/sketch_utils.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
LIBS_DIR="$GITHUB_WORKSPACE/tools/esp32-arduino-libs"
3+
LIBS_DIR="tools/esp32-arduino-libs"
44

55
function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [extra-options]
66
while [ ! -z "$1" ]; do
@@ -150,6 +150,8 @@ function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [ex
150150
exit 0
151151
fi
152152

153+
ls tools/esp32-arduino-libs/
154+
153155
# Check if the sketch requires any configuration options
154156
requirements=$(jq -r '.requires[]? // empty' $sketchdir/ci.json)
155157
if [[ "$requirements" != "null" ]] || [[ "$requirements" != "" ]]; then

0 commit comments

Comments
 (0)
Please sign in to comment.