Skip to content

Commit d617322

Browse files
committed
turbo
1 parent bedd1a9 commit d617322

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/package_core.yml

-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ jobs:
3030
fetch-depth: 0
3131
persist-credentials: false
3232

33-
- name: Initialize
34-
run: |
35-
./extra/bootstrap.sh -o=--filter=tree:0
36-
echo "CORE_TAG=$(git describe --always)" >> "$GITHUB_ENV"
37-
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/,\s*$//') ]" >> "$GITHUB_ENV"
39-
4033
- name: ccache
4134
uses: hendrikmuhs/[email protected]
4235
with:

0 commit comments

Comments
 (0)