i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 7f5749030b36eaa25f760e6ccd3ab0246dd0c651
parent 91550e063f84d16054180be32412a84d4d7ca5ae
Author: Raymond Li <hi@raymond.li>
Date:   Sun, 10 May 2020 16:16:39 -0400

Run make distcheck in build folder as well
Diffstat:
M.github/workflows/Build Test.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -22,4 +22,4 @@ jobs:
     - name: make check
       run: cd build && make check
     - name: make distcheck
-      run: make distcheck
+      run: cd build && make distcheck