We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43802a6 commit e573cfbCopy full SHA for e573cfb
.github/workflows/push_pr_build_cmake.yml
@@ -41,8 +41,7 @@ jobs:
41
shell: bash
42
# Execute the build. You can specify a specific target with "--target <NAME>"
43
run: |
44
- cmake --build . --config $BUILD_TYPE --target ydotool
45
- cmake --build . --config $BUILD_TYPE --target ydotoold
+ cmake --build . --config $BUILD_TYPE
46
47
- name: Rename build files
48
0 commit comments