From b4c832c24f0445a9b753dbe97359ddbd70cee7aa Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Wed, 27 Apr 2022 15:05:01 -0700 Subject: [PATCH] .github: Disable flake check on macOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Occasionally segfaults ¯\_(ツ)_/¯ --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cacbd88..9e9816e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix flake check - if: ${{ !contains(matrix.nix.name, '2.3') }} + if: ${{ !contains(matrix.nix.name, '2.3') && runner.os != 'macOS' }} - name: Build Colmena run: nix build -L