mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
I checked, git is there.
This commit is contained in:
parent
a8033e2c2f
commit
0fb56c9a48
@ -454,12 +454,14 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- "run":
|
- "run":
|
||||||
|
# The nixos/nix image does not include ssh. Install it so the
|
||||||
|
# `checkout` step will succeed.
|
||||||
name: "Install Basic Dependencies"
|
name: "Install Basic Dependencies"
|
||||||
command: |
|
command: |
|
||||||
nix-env \
|
nix-env \
|
||||||
--file https://github.com/nixos/nixpkgs/archive/nixos-${NIXPKGS}.tar.gz \
|
--file https://github.com/nixos/nixpkgs/archive/nixos-${NIXPKGS}.tar.gz \
|
||||||
--install \
|
--install \
|
||||||
-A git openssh
|
-A openssh
|
||||||
|
|
||||||
- "checkout"
|
- "checkout"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user