forked from DGNum/dgnum.eu
fix(workflows): Install openssh
This commit is contained in:
parent
c948d74afa
commit
d7aee6e540
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
||||||
export HOME="$GITHUB_WORKSPACE"
|
export HOME="$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
echo "[+] Using SSH_DEPLOY_KEY"
|
echo "[+] Using SSH_DEPLOY_KEY"
|
||||||
|
nix-env -iA openssh
|
||||||
|
|
||||||
# Setup deploy key
|
# Setup deploy key
|
||||||
DEPLOY_KEY_FILE="$HOME/.ssh/deploy_key"
|
DEPLOY_KEY_FILE="$HOME/.ssh/deploy_key"
|
||||||
|
|
Loading…
Reference in a new issue