From 7e9f5303bd86d054010c5e2bf1f9caa05bb71bba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Mon, 2 Dec 2019 01:30:56 -0500
Subject: [PATCH] github: don't run distcheck

---
 .github/workflows/ccpp.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 459c1b9a..01b88afa 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -20,10 +20,8 @@ jobs:
       run: |
         cd argon2 && make && sudo make install && cd ..
     - name: configure
-      run: ./configure --disable-python
+      run: ./configure
     - name: make
       run: make
     - name: make check
       run: make check
-    - name: make distcheck
-      run: make distcheck
-- 
GitLab