Skip to content

Commit

Permalink
Merge pull request #128 from nikstur/improve-ci
Browse files Browse the repository at this point in the history
.github: improve nix build output
  • Loading branch information
nikstur authored Sep 5, 2024
2 parents fc17533 + 5a097e1 commit a265e6d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: DeterminateSystems/nix-installer-action@v13
with:
diagnostic-endpoint: ""
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"
- uses: DeterminateSystems/magic-nix-cache-action@v7
with:
diagnostic-endpoint: ""
- run: nix flake check
- run: nix flake check --log-format raw-with-logs -L

env:
FORCE_COLOR: 1

0 comments on commit a265e6d

Please sign in to comment.