Skip to content

Commit 4060057

Browse files
committed
step
1 parent b1610d0 commit 4060057

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/package_core.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ jobs:
222222
sketch-paths: |
223223
- Blink
224224
- ArduinoCore-zephyr/libraries
225-
226225
cli-compile-flags: |
227226
- '--build-property'
228227
- 'compiler.c.extra_flags=-Wno-type-limits -Wno-missing-field-initializers'
@@ -314,11 +313,11 @@ jobs:
314313
done
315314
done
316315
317-
- name: Clean up intermediate artifacts
318-
uses: geekyeggo/[email protected]
319-
with:
320-
name: test-report-*
321-
failOnError: false
316+
# - name: Clean up intermediate artifacts
317+
# uses: geekyeggo/[email protected]
318+
# with:
319+
# name: test-report-*
320+
# failOnError: false
322321

323322
verify-core:
324323
runs-on: ubuntu-latest

libraries/Arduino_LED_Matrix/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=This library provides a simple interface for controlling the LED matri
77
category=Communication
88
url=https://www.arduino.cc/
99
architectures=*
10-
depends=
10+
depends=ArduinoGraphics

0 commit comments

Comments
 (0)