We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6417da9 commit 93f1289Copy full SHA for 93f1289
1 file changed
.github/workflows/Continuous-Integration.yml
@@ -53,6 +53,8 @@ jobs:
53
- name: Compilation
54
id: Compile
55
uses: stm32duino/actions/compile-examples@master
56
+ with:
57
+ additional-url: 'https://github.com/stm32duino/BoardManagerFiles/raw/dev/STM32/package_stm_index.json'
58
59
# Use the output from the `Compile` step
60
- name: Compilation Errors
0 commit comments