From 2e7b8bc0ef1acd2f7b9b8331f9124dcd9eb187c9 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