File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ jobs:
1212 - name : Checkout
1313 uses : actions/checkout@v2
1414 with :
15- path : modules/lib/Arduino-Zephyr-API
15+ path : / modules/lib/Arduino-Zephyr-API
1616
1717 - name : Initialize
18- working-directory : modules/lib/ Arduino-Zephyr-API
18+ working-directory : Arduino-Zephyr-API
1919 run : |
20- west init -m https://github.com/zephyrproject-rtos/gsoc-2022- arduino-core.git
20+ west init -m https://github.com/DhruvaG2000/ arduino-core-testing .git
2121 west update
2222 git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
2323 sed '/WCharacter.h/ s/./\/\/ &/' ArduinoCore-API/api/ArduinoAPI.h > ArduinoCore-API/api/tmpArduinoAPI.h
2424 mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
2525 cp -r /ArduinoCore-API/api /modules/lib/Arduino-Zephyr-API/cores/arduino/.
2626
2727 - name : Build firmware
28- working-directory : modules/lib/ Arduino-Zephyr-API
28+ working-directory : Arduino-Zephyr-API
2929 run : |
3030 west build -b arduino_nano_33_ble samples/blinky_arduino
3131
3232 - name : Archive firmware
3333 uses : actions/upload-artifact@v2
3434 with :
3535 name : firmware
36- path : modules/lib/Arduino-Zephyr-API/build/zephyr/zephyr.*
36+ path : / modules/lib/Arduino-Zephyr-API/build/zephyr/zephyr.*
You can’t perform that action at this time.
0 commit comments