i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 7a4667f9b9ff7ba8ceb23b927e2ba928bfac5bd1
parent 46a969efd21e0a1e39bec6e8a8bed85616e72351
Author: Raymond Li <hi@raymond.li>
Date:   Sun,  8 Mar 2020 17:56:45 -0400

Try different options
Diffstat:
M.github/workflows/Build Test.yml | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -16,11 +16,9 @@ jobs:
     - name: Install dependencies
       run: sudo apt install pkg-config libpam0g-dev libcairo2-dev libfontconfig1-dev libxcb-composite0 libxcb-composite0-dev libev-dev libx11-xcb-dev libxcb-xkb-dev libxcb-xinerama0-dev libxcb-randr0-dev libxcb-image0-dev libxcb-util-dev libxcb-xrm-dev libxkbcommon-dev libxkbcommon-x11-dev libjpeg-dev
     - name: autoreconf
-      run: autoreconf --force --install
-    - name: Make build dir
-      run: mkdir -p build && cd build/
+      run: autoreconf -fiv
     - name: configure
-      run: ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
+      run: ./configure --prefix=/usr --sysconfdir=/etc
     - name: make
       run: make
     - name: make check