Skip to content

Commit

Permalink
Add --show-trace to nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyoung committed Mar 21, 2022
1 parent 87acdad commit ebde4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
- run: nix build
- run: nix build --show-trace
- run: nix flake check

0 comments on commit ebde4e1

Please sign in to comment.