Skip to content

Commit ae47703

Browse files
committed
Fix CI
1 parent 60b80cd commit ae47703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: F469 Debug Build
6464
run: |
65-
cmake -DTARGET_DEV=STM32F469xx -B ${{github.workspace}}/build/f446/debug
65+
cmake -DTARGET_DEV=STM32F469xx -B ${{github.workspace}}/build/f469/debug
6666
cmake --build ${{github.workspace}}/build/f469/debug
6767
6868
- name: F469 Release Build

0 commit comments

Comments
 (0)