From 2c58f449e9649f4561e9780b02b4f07311e58b64 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 14 Dec 2020 21:04:35 -0800 Subject: [PATCH] Use default branch of ArduinoCore-API in CI workflow 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 --- .github/workflows/compile-examples.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 28e48bb07..791837157 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -159,7 +159,6 @@ jobs: with: repository: arduino/ArduinoCore-API # as specified at https://github.com/arduino/ArduinoCore-mbed/blob/master/README.md#installation - ref: namespace_arduino path: ${{ env.ARDUINOCORE_API_STAGING_PATH }} - name: Install ArduinoCore-API