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:
parent
58f0b2be9d
commit
47d0ee4622
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Build Test.yml
vendored
2
.github/workflows/Build Test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue