commit 47d0ee462288d1a207a1806a53343b5a8b5ed86f parent 58f0b2be9d4ccaca771e8ae6e90ff4cf6625d8cb Author: Raymond Li <hi@raymond.li> Date: Sun, 8 Mar 2020 15:41:52 -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 @@ -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
