Skip to content

Commit efdc525

Browse files
committed
Dockerfile: update path
Signed-off-by: Dhruva Gole <goledhruva@gmail.com>
1 parent 345c133 commit efdc525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ RUN \
55
&& git clone https://github.com/arduino/ArduinoCore-API.git .ArduinoCore-API \
66
&& sed '/WCharacter.h/ s/./\/\/ &/' .ArduinoCore-API/api/ArduinoAPI.h > .ArduinoCore-API/api/tmpArduinoAPI.h \
77
&& mv .ArduinoCore-API/api/tmpArduinoAPI.h .ArduinoCore-API/api/ArduinoAPI.h \
8-
&& ln -sf .ArduinoCore-API/api gsoc-2022-arduino-core/cores/arduino/. \
8+
&& ln -sf .ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/. \
99
&& ls -la && ls -la home/* \
10-
&& cd gsoc-2022-arduino-core && ls -la \
10+
&& cd modules/lib/Arduino-Zephyr-API && ls -la \
1111
&& west build -p -b arduino_nano_33_ble samples/blinky_arduino \
1212
&& printf '%s\n' "Module Successfully setup..."

0 commit comments

Comments
 (0)