Skip to content

Commit

Permalink
github: don't build verbosely
Browse files Browse the repository at this point in the history
(cherry picked from commit d66dbc7)
  • Loading branch information
connorfeeley committed Nov 26, 2023
1 parent 7ba096c commit 2d1efbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build goatcounter package
run: nix build --verbose --show-trace --print-build-logs .#goatcounter
run: nix build --show-trace --print-build-logs .#goatcounter

build-example:
runs-on: ubuntu-latest
Expand All @@ -32,4 +32,4 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build example container
run: nix --verbose --show-trace --print-build-logs build "$(nix eval --raw .#templates.container.path)#nixosConfigurations.container.config.system.build.toplevel"
run: nix --show-trace --print-build-logs build "$(nix eval --raw .#templates.container.path)#nixosConfigurations.container.config.system.build.toplevel"

0 comments on commit 2d1efbd

Please sign in to comment.