mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
I checked, git is there.
This commit is contained in:
parent
a8033e2c2f
commit
0fb56c9a48
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user