Update blank.yml
This commit is contained in:
parent
ed1a1a5fa8
commit
165b2fbcd1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue