We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9eb8a commit 67ea236Copy full SHA for 67ea236
1 file changed
.github/workflows/build.yml
@@ -25,17 +25,17 @@ jobs:
25
- name: Build fade
26
working-directory: Arduino-Zephyr-API
27
run: |
28
- west build -p -b arduino_nano_33_ble_sense samples/fade
+ west build -p -b arduino_nano_33_ble/nrf52840/sense samples/fade
29
30
- name: Build i2cdemo
31
32
33
- west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
+ west build -p -b arduino_nano_33_ble/nrf52840/sense samples/i2cdemo
34
35
- name: Build adc
36
37
38
- west build -p -b beagleconnect_freedom samples/analog_input
+ west build -p -b beagleconnect_freedom/cc1352p7 samples/analog_input
39
40
- name: Archive firmware
41
uses: actions/upload-artifact@v4
0 commit comments