.github/build: Remove flake check

This commit is contained in:
Zhaofeng Li 2023-01-27 23:52:28 -07:00
parent 2500fd864c
commit f894e03f60

View file

@ -29,9 +29,6 @@ jobs:
name: colmena
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --no-build
if: ${{ !contains(matrix.nix.version, '2.3') && runner.os != 'macOS' }}
- name: Build Colmena
run: nix build -L
if: ${{ !contains(matrix.nix.version, '2.3') }}