diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 7f6906a..482d5e1 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -78,5 +78,5 @@ jobs: dist-newstyle key: ${{ runner.os }}-cabal - name: Build the project - run: nix build - run: nix flake check + run: nix build + - run: nix flake check