Skip to content

Commit abbb852

Browse files
authored
Remove unused parameter from build,yml
Signed-off-by: Steffen Pankratz <[email protected]>
1 parent 9817c0b commit abbb852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
run: cmake -B build -G Ninja
5757

5858
- name: Build
59-
run: cmake --build build --config Debug --verbose --parallel
59+
run: cmake --build build --verbose --parallel

0 commit comments

Comments
 (0)