From fba70178cc83feeb4983c166f4f18bb4bbbd7d98 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 10 Dec 2020 10:47:35 +0100 Subject: [PATCH] Since the most advanced code of the ArduinoCore-API repository now reside within the master branch we should check that one out instead of the outdated branch namespace_arduino. --- .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 ab59ac29d..e3155b288 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -56,7 +56,6 @@ jobs: uses: actions/checkout@v2 with: repository: arduino/ArduinoCore-API - ref: namespace_arduino path: ArduinoCore-API - name: Remove old symlink to api