i3lock-color

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

Fix build test
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
@@ -20,6 +20,6 @@ jobs:
     - name: Run build script
       run: ./build.sh
     - name: make check
-      run: make check
+      run: cd build && make check
     - name: make distcheck
       run: make distcheck