Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit e940110

Browse files
authored
Use default branch of ArduinoCore-API in CI workflow (#41)
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 the Mbed OS Boards platform's core library.
1 parent d03b24a commit e940110

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
@@ -53,8 +53,6 @@ jobs:
5353
uses: actions/checkout@v2
5454
with:
5555
repository: arduino/ArduinoCore-API
56-
# As specified at https://github.com/arduino/ArduinoCore-mbed/blob/master/README.md#installation
57-
ref: namespace_arduino
5856
path: ${{ env.ARDUINOCORE_API_STAGING_PATH }}
5957

6058
- name: Install ArduinoCore-API

0 commit comments

Comments
 (0)