Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d36e41e

Browse files
committedApr 11, 2025
fix
1 parent 6626f6e commit d36e41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
./extra/bootstrap.sh -o=--filter=tree:0
3636
echo "CORE_TAG=$(git describe --always)" >> "$GITHUB_ENV"
3737
echo "CORE_ARTIFACT=ArduinoCore-zephyr-$(git describe --always)" >> "$GITHUB_ENV"
38-
echo "BOARD_VARIANTS=[ $(cat boards.txt | grep '^[^#]*\.build\.variant' | sed -e 's/^\([^#]*\)\.build\.variant=\(.*\)/{ variant: \"\2\", board: \"\1\" },/' | sort | tr '\r\n' ' ' | sed -e 's/,$//') ]" >> "$GITHUB_ENV"
38+
echo "BOARD_VARIANTS=[ $(cat boards.txt | grep '^[^#]*\.build\.variant' | sed -e 's/^\([^#]*\)\.build\.variant=\(.*\)/{ \"variant\": \"\2\", \"board\": \"\1\" },/' | sort | tr '\r\n' ' ' | sed -e 's/,\s*$//') ]" >> "$GITHUB_ENV"
3939
4040
- name: ccache
4141
uses: hendrikmuhs/ccache-action@v1.2

0 commit comments

Comments
 (0)
Please sign in to comment.