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