Skip to content

Commit 4069733

Browse files
committed
CI: Specify revision on BeagleConnect Freedom
BeagleConnect Freedom now defines multiple revisions in board.yml, so specify the revision explicitly in CI. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent ee33055 commit 4069733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Build adc
6060
run: |
61-
west build -p -b beagleconnect_freedom/cc1352p7 $MODULE_PATH/samples/analog_input
61+
west build -p -b beagleconnect_freedom@C7/cc1352p7 $MODULE_PATH/samples/analog_input
6262
6363
- name: Archive firmware
6464
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)