Skip to content

Commit e160d54

Browse files
authored
Use default branch of ArduinoCore-API in CI workflow (#214)
Previously, the "namespace_arduino" branch of ArduinoCore-API was used in the core library of the development version of the Mbed OS Boards platform used in the "Compile Examples" CI workflow. The default branch of ArduinoCore-API is now the latest and greatest version, so the "namespace_arduino" branch should no longer be used. for Mbed OS core library
1 parent 92dff93 commit e160d54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ jobs:
159159
with:
160160
repository: arduino/ArduinoCore-API
161161
# as specified at https://github.com/arduino/ArduinoCore-mbed/blob/master/README.md#installation
162-
ref: namespace_arduino
163162
path: ${{ env.ARDUINOCORE_API_STAGING_PATH }}
164163

165164
- name: Install ArduinoCore-API

0 commit comments

Comments
 (0)