From 93f128987e729790078ebb8c3b6d16ded93be94a Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 9 Jul 2020 16:37:15 +0200 Subject: [PATCH] [CI] Use dev branch for test Signed-off-by: Frederic Pillon --- .github/workflows/Continuous-Integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Continuous-Integration.yml b/.github/workflows/Continuous-Integration.yml index 148e9553bf..4f603b6c00 100644 --- a/.github/workflows/Continuous-Integration.yml +++ b/.github/workflows/Continuous-Integration.yml @@ -53,6 +53,8 @@ jobs: - name: Compilation id: Compile uses: stm32duino/actions/compile-examples@master + with: + additional-url: 'https://github.com/stm32duino/BoardManagerFiles/raw/dev/STM32/package_stm_index.json' # Use the output from the `Compile` step - name: Compilation Errors