From e705bebc2525dc6d4955acf2ffcd3f18314697fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 9 Dec 2019 16:06:39 -0500 Subject: [PATCH] github: don't build proxy --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 3eea7e46..01b88afa 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -20,7 +20,7 @@ jobs: run: | cd argon2 && make && sudo make install && cd .. - name: configure - run: ./configure --enable-proxy-client --enable-proxy-server --enable-push-notifications + run: ./configure - name: make run: make - name: make check -- GitLab