forked from DGNum/dgnum.eu
fix(workflows): Assume openssh is here
This commit is contained in:
parent
94f22e4270
commit
0199559447
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ jobs:
|
||||||
export HOME="$GITHUB_WORKSPACE"
|
export HOME="$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
echo "[+] Using SSH_DEPLOY_KEY"
|
echo "[+] Using SSH_DEPLOY_KEY"
|
||||||
nix-env -f '<nixpkgs>' --install 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