We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73abb1b commit ffbeda8Copy full SHA for ffbeda8
.github/workflows/main.yml
@@ -14,6 +14,7 @@ jobs:
14
- name: Build STM32
15
run: |
16
cd Debug
17
+ make clean
18
make
19
20
- name: Make flash script executable
0 commit comments