@ -32,8 +32,8 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
apt update
apt install neovim
sudo apt update
sudo apt install -y neovim
ln -sf $GITHUB_WORKSPACE "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
touch msg.log
nvim --headless -c ':Lazy! sync' -c ':qa' init.lua 2>&1 | tee -a msg.log