1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-11 13:50:52 -05:00

Fix Build Test

This commit is contained in:
Raymond Li 2020-03-08 15:41:52 -04:00 committed by GitHub
parent 58f0b2be9d
commit 47d0ee4622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
- name: autoreconf
run: autoreconf --force --install
- name: configure
run: ./configure --disable-sanitizers
run: ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
- name: make
run: make
- name: make check