Skip to content

Commit 0cfd5bd

Browse files
committed
Checkout ArduinoCore-API from giulcioffi branch: namespaced_api_Hardware
1 parent 03ee6c0 commit 0cfd5bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: Checkout ArduinoCore-API
5656
uses: actions/checkout@v2
5757
with:
58-
repository: arduino/ArduinoCore-API
59-
ref: namespace_arduino
58+
repository: giulcioffi/ArduinoCore-API
59+
ref: namespaced_api_Hardware
6060
path: ArduinoCore-API
6161

6262
- name: Remove old symlink to api
@@ -77,7 +77,7 @@ jobs:
7777
name: "arduino-beta:mbed"
7878
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }}"
7979
verbose: 'false'
80-
enable-size-deltas-report: true
80+
enable-deltas-report: true
8181

8282
- name: Save memory usage change report as artifact
8383
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)