Skip to content

Commit

Permalink
ci: start nix-shell once before the build
Browse files Browse the repository at this point in the history
The idea is to run nix-shell beforehand so that the call for the actual build produces less/no output
  • Loading branch information
herbetom committed Nov 25, 2024
1 parent 3641b8c commit 05860f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-24.05
- uses: DeterminateSystems/magic-nix-cache-action@v7
- name: start nix-shell once
run: nix-shell --run "echo \"success\""
- name: colmena build
run: nix-shell --run "colmena build -v"

0 comments on commit 05860f0

Please sign in to comment.