fix(workflows): Install openssh
Some checks failed
Publish website to Codeberg Pages / publish (push) Failing after 45s

This commit is contained in:
Tom Hubrecht 2023-12-15 22:46:10 +01:00
parent d7aee6e540
commit 94f22e4270

View file

@ -24,7 +24,7 @@ jobs:
export HOME="$GITHUB_WORKSPACE"
echo "[+] Using SSH_DEPLOY_KEY"
nix-env -iA openssh
nix-env -f '<nixpkgs>' --install openssh
# Setup deploy key
DEPLOY_KEY_FILE="$HOME/.ssh/deploy_key"