We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58d778 commit 5729013Copy full SHA for 5729013
.github/workflows/package_core.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Initialize Zephyr environment
31
run: |
32
- ./extra/bootstrap.sh -o=--filter=tree:0
+ yes | ./extra/bootstrap.sh -o=--filter=tree:0
33
echo "CORE_TAG=$(git describe --always)" >> "$GITHUB_ENV"
34
echo "CORE_ARTIFACT=ArduinoCore-zephyr-$(git describe --always)" >> "$GITHUB_ENV"
35
echo "BOARD_VARIANTS=$(extra/get_board_details.sh | jq -cr 'sort_by(.variant)')" >> "$GITHUB_ENV"
0 commit comments