We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4305460 commit 82a136dCopy full SHA for 82a136d
.github/workflows/compile-sketches-stm32.yml
@@ -7,9 +7,9 @@ jobs:
7
- uses: arduino/compile-sketches@v1
8
with:
9
platforms: |
10
- - name: stm32:stm32
+ - name: STMicroelectronics:stm32
11
source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
12
- fqbn: stm32:stm32:GENERIC_F405RGTX
+ fqbn: STMicroelectronics:stm32:GENERIC_F405RGTX
13
14
15
0 commit comments