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