Skip to content

Commit 3b0e185

Browse files
committed
Use default branch of ArduinoCore-API in CI workflow
Previously, the `namespace_arduino` branch of `arduino/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 `arduino/ArduinoCore-API` is now the latest and greatest version, so the `namespace_arduino` branch should no longer be used for the Mbed OS Boards platform's core library.
1 parent 730b0e2 commit 3b0e185

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ jobs:
8787
uses: actions/checkout@v2
8888
with:
8989
repository: arduino/ArduinoCore-API
90-
# As specified at https://github.com/arduino/ArduinoCore-mbed/blob/master/README.md#installation
91-
ref: namespace_arduino
9290
path: ${{ env.ARDUINOCORE_API_STAGING_PATH }}
9391

9492
- name: Install ArduinoCore-API

0 commit comments

Comments
 (0)