From c50a485a344487c3ec1fe579274e2b76e772ee42 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 15 Dec 2020 01:06:20 -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 the Mbed OS Boards platform's core library. --- .github/workflows/compile-examples.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 3284358..6dace20 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -53,8 +53,6 @@ jobs: uses: actions/checkout@v2 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