We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ee6c0 commit 0cfd5bdCopy full SHA for 0cfd5bd
.github/workflows/compile-examples.yml
@@ -55,8 +55,8 @@ jobs:
55
- name: Checkout ArduinoCore-API
56
uses: actions/checkout@v2
57
with:
58
- repository: arduino/ArduinoCore-API
59
- ref: namespace_arduino
+ repository: giulcioffi/ArduinoCore-API
+ ref: namespaced_api_Hardware
60
path: ArduinoCore-API
61
62
- name: Remove old symlink to api
@@ -77,7 +77,7 @@ jobs:
77
name: "arduino-beta:mbed"
78
sketch-paths: "${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }}"
79
verbose: 'false'
80
- enable-size-deltas-report: true
+ enable-deltas-report: true
81
82
- name: Save memory usage change report as artifact
83
if: github.event_name == 'pull_request'
0 commit comments