Skip to content

Commit 55b456c

Browse files
committed
ci: fetch nix deps on their own
Mostly just for timing's sake. Signed-off-by: Manuel Mendez <mmendez@equinix.com>
1 parent 0150253 commit 55b456c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
with:
4545
nix_path: nixpkgs=channel:nixos-unstable
4646

47+
- name: Fetch Nix Deps
48+
run: nix-shell --command true
49+
4750
# Replace hook-{bootkit,docker} but not hook-kernel
4851
- run: sed -E -e 's,quay.io/tinkerbell/hook-(bootkit|docker),localhost:5000/tinkerbell/hook-\1,g' hook.yaml | tee hook-ci.yaml
4952

0 commit comments

Comments
 (0)