Skip to content

Commit 26a153b

Browse files
committed
something with no path
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 4c7f7c3 commit 26a153b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
11-
with:
12-
path: Arduino-Zephyr-API
1311

1412
- name: Set up Python
1513
uses: actions/setup-python@v5
@@ -19,20 +17,17 @@ jobs:
1917
- name: Setup Zephyr project
2018
uses: zephyrproject-rtos/action-zephyr-setup@v1
2119
with:
20+
app-path: gsoc-2022-arduino-core
2221
toolchains: arm-zephyr-eabi
2322

2423
- name: Initialize
25-
working-directory: Arduino-Zephyr-API
2624
run: |
27-
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
28-
west update
2925
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
3026
ls -la
3127
tree .
3228
cp -r ArduinoCore-API/api cores/arduino/.
3329
3430
- name: Build adc
35-
working-directory: Arduino-Zephyr-API
3631
run: |
3732
west build -p -b beagleconnect_freedom samples/analog_input
3833

0 commit comments

Comments
 (0)