diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6a8a4f..b84b9fa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,5 +73,3 @@ jobs: run: make -j `sysctl -n hw.logicalcpu` - name: check run: make check - - name: check-static - run: make check-static