Skip to content

Commit e17bf4d

Browse files
committed
HACk: path tweaks
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 2eaed15 commit e17bf4d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@ jobs:
2525
- name: Initialize
2626
working-directory: Arduino-Zephyr-API-cloned
2727
run: |
28-
echo ls /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core
29-
tree /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core
30-
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
28+
cp west-hack /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/zephyr/west.yml
3129
west update
3230
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
3331
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
3432
3533
- name: Build fade
36-
working-directory: Arduino-Zephyr-API-cloned
34+
working-directory: Arduino-Zephyr-API
3735
run: |
36+
cd /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/modules/lib/Arduino-Zephyr-API
3837
west build -p -b arduino_nano_33_ble_sense samples/fade
3938
4039
- name: Build i2cdemo

0 commit comments

Comments
 (0)