Skip to content

Commit 7d51734

Browse files
soburiDhruvaG2000
authored andcommitted
CI: Add --auto-accept for west blobs fetch command
Add `--auto-accept` option to suppress interactive prompt when fetching blobs. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent d52286e commit 7d51734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Initialize
3939
run: |
40-
west blobs fetch arduinocore-zephyr
40+
west blobs --auto-accept fetch arduinocore-zephyr
4141
4242
- name: Setup Rust toolchain
4343
run: |

0 commit comments

Comments
 (0)