From 54c757d52943569a7a4e42dd1da64a4201ddd83e Mon Sep 17 00:00:00 2001 From: dgtlrift Date: Wed, 22 Jan 2020 10:08:28 -0500 Subject: [PATCH] Update ccpp.yml Remove unneeded targets --- .github/workflows/ccpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 5cd0df08c..d3d5b094a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -13,7 +13,7 @@ jobs: uses: textbook/git-checkout-submodule-action@2.0.0 - name: make run: cd src && make - - name: make check - run: make check - - name: make distcheck - run: make distcheck +# - name: make check +# run: make check +# - name: make distcheck +# run: make distcheck