mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Run make distcheck in build folder as well
This commit is contained in:
parent
91550e063f
commit
7f5749030b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Build Test.yml
vendored
2
.github/workflows/Build Test.yml
vendored
|
@ -22,4 +22,4 @@ jobs:
|
||||||
- name: make check
|
- name: make check
|
||||||
run: cd build && make check
|
run: cd build && make check
|
||||||
- name: make distcheck
|
- name: make distcheck
|
||||||
run: make distcheck
|
run: cd build && make distcheck
|
||||||
|
|
Loading…
Reference in a new issue