We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b80cd commit ae47703Copy full SHA for ae47703
1 file changed
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: F469 Debug Build
64
run: |
65
- cmake -DTARGET_DEV=STM32F469xx -B ${{github.workspace}}/build/f446/debug
+ cmake -DTARGET_DEV=STM32F469xx -B ${{github.workspace}}/build/f469/debug
66
cmake --build ${{github.workspace}}/build/f469/debug
67
68
- name: F469 Release Build
0 commit comments