From 63bbf624dc8997a3a70b46b37e3eb2bff9d535ff Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Tue, 13 Jun 2023 13:51:54 -0700 Subject: [PATCH] Remove check-static from macos builds --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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