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 b850782 commit 18fd6c9Copy full SHA for 18fd6c9
entrypoint.sh
@@ -13,6 +13,8 @@ if [ -z "$LIBRARIES_PATH" ]; then
13
fi
14
15
if [ ! -z "$SKETCH_PATH" ]; then
16
+ SKETCH_PATH=$(readlink -f "$SKETCH_PATH")
17
+ cd /opt/arduino
18
if [ -z "$1" ]; then
19
./arduino-builder -hardware ./hardware -tools ./hardware/tools/avr -tools ./tools-builder -libraries ./libraries -libraries $LIBRARIES_PATH -libraries $GITHUB_WORKSPACE/../ -fqbn $BOARD_NAME "$SKETCH_PATH"
20
else
0 commit comments