Skip to content

Commit

Permalink
HACk: path tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruva Gole <d-gole@ti.com>
  • Loading branch information
DhruvaG2000 committed Aug 18, 2024
1 parent 2eaed15 commit 4e1b915
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ jobs:
- name: Initialize
working-directory: Arduino-Zephyr-API-cloned
run: |
echo ls /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core
tree /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
echo ls tree....
tree /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/Arduino-Zephyr-API-cloned
cp /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/Arduino-Zephyr-API-cloned/west-hack /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/zephyr/west.yml
west update
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
- name: Build fade
working-directory: Arduino-Zephyr-API-cloned
working-directory: Arduino-Zephyr-API
run: |
cd /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core/modules/lib/Arduino-Zephyr-API
west build -p -b arduino_nano_33_ble_sense samples/fade
- name: Build i2cdemo
Expand Down

0 comments on commit 4e1b915

Please sign in to comment.