Skip to content

Commit 4fa3671

Browse files
StephanKaarnemertz
authored andcommitted
fixed preset name
1 parent d80b7ae commit 4fa3671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ jobs:
186186

187187
- name: Build
188188
shell: bash
189-
run: cmake --build --preset gcc-arm-${{ matrix.buildtype }}
189+
run: cmake --build --preset build-gcc-arm-${{ matrix.buildtype }}

0 commit comments

Comments
 (0)