diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 5aa0b63..2e95029 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -20,10 +20,10 @@ jobs: run: make nxExt -j66 && (make overlay -j66 && echo "Overlay Made"; make module -j66 && echo "Module made"; make sys-tune -j66 && echo "MAIN MADE";) && echo next; - name: Run check - run: make wah -j66 + run: make wah - name: Run distcheck - run: make dist -j66 + run: make dist - uses: actions/upload-artifact@master with: