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