Skip to content

Commit 436e026

Browse files
committed
removeme: only debug compile sketch
1 parent cc35ce6 commit 436e026

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/package_core.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
- name: Initialize
2222
run: |
2323
./extra/bootstrap.sh
24-
./extra/build_all.sh
25-
./extra/package.sh `git describe --always`
26-
mv ../arduino-core-zephyr-llext* .
24+
# ./extra/build_all.sh
25+
# ./extra/package.sh `git describe --always`
26+
# mv ../arduino-core-zephyr-llext* .
2727

28-
- name: Archive core
29-
uses: actions/upload-artifact@v4
30-
with:
31-
name: Core
32-
path: arduino-core-zephyr-llext*
28+
# - name: Archive core
29+
# uses: actions/upload-artifact@v4
30+
# with:
31+
# name: Core
32+
# path: arduino-core-zephyr-llext*
3333

3434
- name: Create Blink sketch
3535
run: |

0 commit comments

Comments
 (0)