i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 1de63607798ba9c5b4d334983c5777d52637021f
parent 47d0ee462288d1a207a1806a53343b5a8b5ed86f
Author: Raymond Li <hi@raymond.li>
Date:   Sun,  8 Mar 2020 15:47:35 -0400

Add install libev-dev
Diffstat:
M.github/workflows/Build Test.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -13,6 +13,8 @@ jobs:
     
     steps:
     - uses: actions/checkout@v2
+    - name: Install libev-dev
+      run: sudo apt install libev-dev
     - name: autoreconf
       run: autoreconf --force --install
     - name: configure