I checked, git is there.

This commit is contained in:
Jean-Paul Calderone 2022-01-27 15:03:21 -05:00
parent a8033e2c2f
commit 0fb56c9a48

View File

@ -454,12 +454,14 @@ jobs:
steps:
- "run":
# The nixos/nix image does not include ssh. Install it so the
# `checkout` step will succeed.
name: "Install Basic Dependencies"
command: |
nix-env \
--file https://github.com/nixos/nixpkgs/archive/nixos-${NIXPKGS}.tar.gz \
--install \
-A git openssh
-A openssh
- "checkout"