Skip to content

Commit

Permalink
GhA: Make cachix watch-exec verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed Apr 29, 2024
1 parent 1ceaa13 commit 64d4ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ jobs:
else
echo "Running nix build, with cachix watch-exec"
cachix authtoken ${{ secrets.CACHIX_AUTH_TOKEN }}
cachix watch-exec ghaf-dev -- \
cachix watch-exec -v ghaf-dev -- \
nix build .#packages.${{ matrix.arch }}.${{ matrix.target }}
fi

0 comments on commit 64d4ce4

Please sign in to comment.