Skip to content

Commit e573cfb

Browse files
committed
Update ci to build manpages as well instead of separate targets
1 parent 43802a6 commit e573cfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push_pr_build_cmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
shell: bash
4242
# Execute the build. You can specify a specific target with "--target <NAME>"
4343
run: |
44-
cmake --build . --config $BUILD_TYPE --target ydotool
45-
cmake --build . --config $BUILD_TYPE --target ydotoold
44+
cmake --build . --config $BUILD_TYPE
4645
4746
- name: Rename build files
4847
run: |

0 commit comments

Comments
 (0)